Questions regarding the future of CQL

2011-07-28 Thread Todd Nine
Hi guys, I'm in the process of scheduling some time to re-work the query logic in my Hector JPA plugin. A lot of the documentation around CQL on the site seems to indicate that this is the future path of the client interfaces for Cassandra. I have a couple of questions. 1. Will CQL ultimately

Re: Getting 1 specific column

2011-07-28 Thread Nick Telford
Yes that's fine. Also, this is a question for the users list. The dev list is for development of Cassandra itself. Regards, Nick Telford On 28 July 2011 10:56, Eldad Yamin wrote: > Hello, > Is it acceptable (in Cassandra terms) to get only 1 specific column? > I know that I can get range/slic

Re: Getting 1 specific column

2011-07-28 Thread Nick Telford
Yes, that's fine. This is a question for the users@ list. The dev@ list is for development of Cassandra itself. Regards, Nick Telford On 28 July 2011 10:56, Eldad Yamin wrote: > Hello, > Is it acceptable (in Cassandra terms) to get only 1 specific column? > I know that I can get range/slice o

Getting 1 specific column

2011-07-28 Thread Eldad Yamin
Hello, Is it acceptable (in Cassandra terms) to get only 1 specific column? I know that I can get range/slice of columns, but i'm interesting in only 1 and I want to get it by its name (i.e Key: 1, CF: users, column: first_name). Thanks!