I'm designing a system that will have to store a massive amount of JSON-structured data. Mongo seems ideal for this task given its mapping to the data in question verus HBase. However, I'm concerned that MapReduce performance in Mongo seems to be rather low, and I intend to have both random access and large batch jobs on this system.
Does anyone have any experience on this matter?