Re: What is the ideal server-side technology stack to use with Cassandra?

2012-08-20 Thread Andy Ballingall TF
> > My comments were mostly informed by past issues with Thrift and PHP. > > Aaron > > - > Aaron Morton > Freelance Developer > @aaronmorton > http://www.thelastpickle.com > > On 17/08/2012, at 10:09 PM, Andy Ballingall TF < balling...@t

What is the ideal server-side technology stack to use with Cassandra?

2012-08-17 Thread Andy Ballingall TF
Hi, I've been running a number of tests with Cassandra using a couple of PHP drivers (namely PHPCassa (https://github.com/thobbs/phpcassa/) and PDO-cassandra (http://code.google.com/a/apache-extras.org/p/cassandra-pdo/), and the experience hasn't been great, mainly because I can't try out the CQL3

CQL3: Do boolean values need quoting in inserts?

2012-08-15 Thread Andy Ballingall TF
Hi, I was following the examples on this page: http://www.datastax.com/dev/blog/whats-new-in-cql-3-0#comment-116250 In the example, a table was created as follows: CREATE TABLE altercations ( instigator text, started_at timestamp, ships_destroyed int, energy_used flo

Re: How to create a COLUMNFAMILY with Leveled Compaction?

2012-08-10 Thread Andy Ballingall TF
On 3 August 2012 21:31, Data Craftsman 木匠 wrote: > > Nobody use Leveled Compaction with CQL 3.0 ? I tried this, and I can't get it to work either. I'm using: [cqlsh 2.2.0 | Cassandra 1.1.2 | CQL spec 3.0.0 | Thrift protocol 19.32.0] Here's what my create table looks like: CREATE TABLE php_