Re: Data overhead discussion in Cassandra

2011-07-17 Thread aaron morton
What RF are you using ? On disk each column has 15 bytes of overhead, plus the column name and the column value. So for an 8 byte long and a 8 byte double there will be 16 bytes of data and 15 bytes of data. The index file also contains the the row key, the MD5 token (for RP) and the row

Data overhead discussion in Cassandra

2011-07-14 Thread Sameer Farooqui
We just set up a demo cluster with Cassandra 0.8.1 with 12 nodes and loaded 1.5 TB of data into it. However, the actual space on disk being used by data files in Cassandra is 3 TB. We're using a standard column family with a million rows (key=string) and 35,040 columns per key. The column name is