I'm running MongoDB (2.2) on Linux, and I have a few questions.
I have schema with many fields + sub-fields and one index for this fields.
- How fast are updates/delete done on the index -- I have about 3 Updates/Deletes etc. a second.
- Is there a rule, like after 10,000 updates you have to compact or rebuild the index?
- Are changes in the fields immediately visible in the index? If not is there a delay or a temporary table for this updates/deletes?
Thanks in advance - Brandon