Redis – How many documents can MondoDB handle?
I've been making game replay system that saves player actions every 100ms as JSON file. Currently I'm using Java for it so I can convert json to map or text without delay. Average size of json is 8MB and maximum…