Is it possible to have random access for reads and writes in mongo?
It's possible to have random access with document (chunk) granularity (it's 256k by default). You can read/write these blocks independently.