Column Family databases Cassandra and HBase show excellent
writing abilities, but its reading performance is poor, since these
two products were optimized for writing resulting to lots of concurrent
I/O when reading. Since Cassandra uses huge amounts of
memory, it has to perform lots of disk I/O in read heavy workloads,
leading to a highly decreased performance. Both Cassandra
and HBase have a better performance during execution of Updates.