Kamil Gorlo <kgs4242 <at> gmail.com> writes:

> 
> So I've got more reads from single MySQL with 400GB of data than from
> 8 machines storing about 266GB. This doesn't look good. What am I
> doing wrong? :)

The worst case for cassandra is random reads. You should ask youself a question,
do you really have this kind of workload in production ? If you really do, that
means cassandra is not the right tool for the job. Some product based on
berkeley db should work better, e.g. voldemort. Just plain old filesystem is
also good for 100% random reads (if you dont need to backup of course).

Reply via email to