Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>If you're a relational database developer (as I am), I'd suggest/point out:</p> <ul> <li>Get some experience working with Cassandra before you commit to its use on a production system... especially if that production system has a hard deadline for completion. Maybe use it as the backend for something unimportant first.</li> <li>It's proving more challenging than I'd anticipated to do simple things that I take for granted about data manipulation using SQL engines. In particular, indexing data and sorting result sets is non-trivial.</li> <li>Data modelling has proven challenging as well. As a relational database developer you come to the table with a lot of baggage... you need to be willing to learn how to model data very differently.</li> </ul> <p>These things said, I strongly recommend building <em>something</em> in Cassandra. If you're like me, then doing so will challenge your understanding of data storage and make you rethink a relational-database-fits-all-situations outlook that I didn't even realize I held.</p> <p>Some good resources I've found include:</p> <ul> <li><a href="http://ria101.wordpress.com/tag/cassandra/">Dominic Williams' Cassandra blog posts</a></li> <li><a href="http://www.anuff.com/2010/07/secondary-indexes-in-cassandra.html">Secondary Indexes in Cassandra</a></li> <li><a href="http://www.anuff.com/2011/02/indexing-in-cassandra.html">More from Ed Anuff on indexing</a></li> <li><a href="http://rads.stackoverflow.com/amzn/click/1449390412">Cassandra book (not fantastic, but a good start)</a></li> <li><a href="http://arin.s3.amazonaws.com/pub/docs/WTF-is-a-SuperColumn.pdf">"WTF is a SuperColumn" pdf</a></li> </ul>
    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. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      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