Internal add queue
Closed this issue · 4 comments
fergiemcdowall commented
At the moment if many users add documents at the same time the system will not calibrate properly. What is needed is an internal queue/batch system
eklem commented
👍
megastef commented
This might be of high interest for this project:
Skiff from @pgte - Implementation of the Raft consensus algorithm in Node.js
https://www.npmjs.com/package/skiff
http://blog.yld.io/2014/10/27/skiff-raft-consensus-in-node-js/
fergiemcdowall commented
Hi @megastef and thanks for the link- interesting stuff. If I understand it correctly raft consensus allows key value ranges to be distributed among several nodes in a consistent manner? How could raft consensus be used in the context of norch
(and/or search-index
)?
fergiemcdowall commented
Concurrent indexing available in latest release