I am trying to store data to retrieve it often and update from time to time (infrequently). It's mostly retrieval based on keys in a given format using a list.
I tried couchDB with 1G of raw json data and it works well but requires 8G of memory in couchDB !
I have the following json formatted data:
{"_id": "002100094112000000", ...mydata here}
Am I missing something ? Why does it balloon to 8G with couchdb ? Should I be using another system (cassandra, mongodb) ?