Hi,
We've started to use cassandra as a viable solution for distributed
database.
I've only define 1 column family simple as that :
<ColumnFamily CompareWith="UTF8Type"
Name="channelShow"
FlushPeriodInMinutes="15"/>
The average time i get is ~680 rows/second. The actual performance for our
oracle db is ~1400 rows/second.
I know the test is not very accurate because the cassandra and oracle db
doesn't run on the same hardware but there is really a big difference.
Is there something to check why it's so slow ??
Thanks
Richard
|