Basically to do so we need:
- an ordered b-tree, supporting sequential access and range queries
- non-blocking persistence (preserving db integrity in crush case)
- integrity of indexes (indexes also stored in b-tree, so, we basically 
need some sort of transactions for storing documents in multiple b-tree)
- garbage collection for indexes
- and, it would be nice to have lazy loading

Sadly, I have no idea how to do such things in Node.JS :)

-- 
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

Reply via email to