Tagged Questions
1
vote
1answer
175 views
ChunkDB to handle high traffic JSON web service? Alternatives?
I am designing a high volume web service which will rely on a central database containing objects of a single JSON type. Currently I am considering using ChunkDB to store the objects and retrieve the ...