Hacker News new | ask | show | jobs
by herf 6151 days ago
MongoDB appears to memory map its data: http://blog.mongodb.org/post/137788967/32-bit-limitations

This is fine on 64-bit CPUs, but less good on 32-bit dev boxes that people are probably using.

Very nice API, though.