On the in-core vs DB front, NeDB (https://github.com/louischatriot/nedb) 
might be worth considering -- it's a DB that runs in-core (implemented in 
JS) -- embedded/in-memory.

To avoid having thousands/millions of objects in JS (which can kill 
performance due to garbage collection / tracking), the data is stored in a 
buffer.

-- peter

-- 
Job board: http://jobs.nodejs.org/
New group rules: 
https://gist.github.com/othiym23/9886289#file-moderation-policy-md
Old group rules: 
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 unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/nodejs/e8b3505c-f22a-43f9-be6a-a465a88a44de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to