Search code examples
mongodbblobrandom-accessnosql

GridFS random access


Is it possible to have random access for reads and writes in mongo?


Solution

  • It's possible to have random access with document (chunk) granularity (it's 256k by default). You can read/write these blocks independently.