Re: Using Cassandra via the Erlang Thrift Client API (HOW ??)

2010-03-04 Thread Jeremey.Barrett
I think you want port 9160, not ... dt_socket != thrift. Jeremey. On Mar 4, 2010, at 2:02 AM, ext J T wrote: Hi, I've been trying to piece together some notion of how to use cassandra from an erlang client. So far I have managed to come up with the following, but it doesn't work.

Index values: data or pointers?

2010-03-02 Thread Jeremey.Barrett
I'm exploring data layouts and it seems like the common practice is to store an index in one CF (e.g. userid for row key and thingid for column name) and then to fetch all the things by their thingids separately... so get index, and then get each key in the index. If a thing changes relatively

Re: Index values: data or pointers?

2010-03-02 Thread Jeremey.Barrett
On Mar 2, 2010, at 4:17 PM, ext Jonathan Ellis wrote: On Tue, Mar 2, 2010 at 4:13 PM, jeremey.barr...@nokia.com wrote: I'm exploring data layouts and it seems like the common practice is to store an index in one CF (e.g. userid for row key and thingid for column name) and then to fetch all