creationix / nstore

nStore is a simple, in-process key/value database for node.js
MIT License
392 stars 31 forks source link

3gb in size to the database #45

Open edgar-maciel opened 10 years ago

edgar-maciel commented 10 years ago

hi @creationix,

I'm thinking of using it in my application, today it has a database with 3GB.

You believe that nstore can running with this amount of data in a good way?

creationix commented 10 years ago

I've heart reports of nstore corrupting people's data that I have never resolved. You might be better off using of the the lebeldb based node databases.