Golang驱动程序还是HTTP?

huangapple go评论83阅读模式
英文:

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.

huangapple
  • 本文由 发表于 2017年4月9日 04:05:20
  • 转载请务必保留本文链接:https://go.coder-hub.com/43299845.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定