Hmm, maybe we don't need index integrity, after all if each dataset is independent and small we can rebuild indexes it every time we loading DB in memory.
In such case non-blocking robust persistence can be achieved with storing database as append-only journal. So, it seems that we basically need: - an ordered b-tree, supporting sequential access and range queries -- Job Board: http://jobs.nodejs.org/ Posting guidelines: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines You received this message because you are subscribed to the Google Groups "nodejs" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/nodejs?hl=en?hl=en
