I'm running CouchDB (1.2.1) + Lucene on Linux (https://github.com/rnewson/couchdb-lucene/), and I have a few questions.
I index everything - one index for all documents. i've got around 20.000.000 documents.
- How fast are puts/deletes done on the index -- I have about 10-50 Puts/Deletes etc. a second.
- Is there a rule, like after 10,000 updates you have to optimize the index?
- Are changes in documents immediately visible in the index? If not is there a delay or a temporary table for this updates/deletes?
Thanks in advance - Brandon