英文:
Golang Driver or HTTP?
问题
只是想知道是否有人可以帮助我理解通过HTTP或驱动程序与Arango对话的优势?在我的情况下,是GoLang驱动程序。
除了每个请求的几毫秒开销之外,我会在性能上有很大的差异吗?
我喜欢使用HTTP请求的并发属性,因为我的主要工具都可以很方便地进行HTTP通信。
谢谢对这个主题的任何见解。
英文:
Just wondering if anyone can help me understand the advantages of talking to Arango via HTTP or the driver? In my case the GoLang driver.
Aside from the few milliseconds overhead per request,would I experience a big difference in performance?
I like the concurrency attributes of using HTTP Requests, since my main tools all make HTTP communication very easy.
Thanks for any insights on this subject.
答案1
得分: 2
快速浏览推荐的3个驱动程序,显示它们在底层使用HTTP。
因此,使用它们在数据库交互方面不会有太大的差异,但可能更适合开发。
英文:
Quick scanning through the 3 recommended drivers shows they use HTTP under the hood.
So using them will not give you big difference in DB interaction, but may be more comfortable for development.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论