Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在同一 CouchDB 服务器实例上的 2 个本地数据库之间进行复制与在不同 CouchDB 实例上的 2 个数据库之间进行复制效率高多少?CouchDB 是否仍然使用某种形式的 IPC(例如套接字)来完成实例本地复制,还是采用更有效的方法?
本地实例复制(即源和目标不使用 URL 标识的复制)完全发生在 Erlang VM 内部,因此效率更高。如果源或目标由 url 指定,则复制通过 HTTP 进行。