rnewson commented on issue #5710: URL: https://github.com/apache/couchdb/issues/5710#issuecomment-3436777362
those indexers are on different nodes (a typical couchdb database is `n=3`, meaning three copies of your data, and that includes the indexers). We _do_ only have one indexer (per node) per index and if there are multiple queries to it while it is still building they each wait until the indexer passes the update sequence of the database at the start of each query. CouchDB already works the way you want. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
