Re: New to cassandra

2012-04-24 Thread aaron morton
No, you cannot run secondary indexes on super columns. Often a design that uses super columns can be expressed using CompositeColumns. Which would allow you to use secondary indexes. Cheers - Aaron Morton Freelance Developer @aaronmorton http://www.thelastpickle.com On 24/04/

Re: New to cassandra

2010-06-22 Thread yaw
And this one is useful : https://wiki.fourkitchens.com/display/PF/Using+Cassandra+with+PHP 2010/6/22 Shahan Khan > The wiki is a great place: > > http://wiki.apache.org/cassandra/FrontPage > > Getting Started: http://wiki.apache.org/cassandra/GettingStarted > > Cassandra interfaces with PHP

Re: New to cassandra

2010-06-21 Thread Shahan Khan
The wiki is a great place: http://wiki.apache.org/cassandra/FrontPage Getting Started: http://wiki.apache.org/cassandra/GettingStarted [1] Cassandra interfaces with PHP via thrift http://wiki.apache.org/cassandra/ThriftExamples [2] Shahan On Mon, 21 Jun 2010 15:16:51 +0530, Ajay Singh