Drive space hungry NoSQL's databases
- by forum_inquisitor
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…