Drive space hungry NoSQL's databases
Posted
by forum_inquisitor
on Stack Overflow
See other posts from Stack Overflow
or by forum_inquisitor
Published on 2010-06-09T15:26:23Z
Indexed on
2010/06/09
15:42 UTC
Read the original article
Hit count: 253
I've tested NoSQL databases like CouchDB, MongoDB and Cassandra and observed tendence to absorbing very large amount of drive space relative to inserted key-value pairs. When comparing CouchDB and MySQL schemaless databases CouchDB is consuming much more drive space than MySQL. I know about that key-value DBs by default are versioning and have long uuid and need key optimalisation - the comparison was between about 15 mln rows in MySQL and 1-5 mln documents listed NoSQL DB's.
My question is : Is there any NoSQL with good compaction / compression of data? So that I can have NoSQL database with a size closer to 5GB than 50GB?
© Stack Overflow or respective owner