Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Look cassandra is relative I/O dependent.EC instances have "insuficient" I/O by design (Xen virtualization) And my first recomendation is to use Cassandra on real hardware, where you have a control. e.g u can use SSD disk for CommitLog. Look at <a href="http://wiki.apache.org/cassandra/CassandraHardware" rel="nofollow">Cassandra hardware proposals</a>. </p> <p>However, switching to own hardware is a bit a radical option. To stay with Amazon try <a href="http://aws.amazon.com/en/ebs/" rel="nofollow">EBS</a></p> <blockquote> <p>Amazon Elastic Block Store (EBS) provides block level storage volumes for use with Amazon EC2 instances. Amazon EBS volumes are network-attached, and persist independently from the life of an instance. Amazon EBS provides highly available, highly reliable, predictable storage volumes that can be attached to a running Amazon EC2 instance and exposed as a device within the instance. <strong>Amazon EBS is particularly suited for applications that require a database, file system, or access to raw block level storage.</strong></p> </blockquote> <p>Amazon EBS allows you to create storage volumes from 1 GB to 1 TB that can be mounted as devices by Amazon EC2 instances. Multiple volumes can be mounted to the same instance. Amazon EBS enables you to provision a specific level of I/O performance if desired, by choosing a Provisioned IOPS volume. This allows you to predictably scale to thousands of IOPS per Amazon EC2 instance.</p> <p>Also check out <a href="http://www.hulen.com/post/22803493165/cassandra-performance-testing-on-ec2" rel="nofollow">Cassandra Performance Testing on EC2</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload