Comment on Comparing Mongo DB and Couch DBComments−herf17yMongoDB appears to memory map its data: http://blog.mongodb.org/post/137788967/32-bit-limitationsThis is fine on 64-bit CPUs, but less good on 32-bit dev boxes that people are probably using.Very nice API, though.
Comments
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.