Hacker News new | ask | show | jobs
by functional_test 4148 days ago
You may also really like TokuMX. It has the same API as Mongo (even works with Mongo drivers) but way lower disk use, faster indices, and better query semantics (e.g. updates don't affect the cursor you're iterating right now).

After using MongoDB for years (very happily too, I'm not one of the anti-Mongo crowd), I ended up switching and it's been great.

1 comments

Thanks for the tip. I'll be sure to check it out.