RE: TTL can't be speciefied at column level using CQL 3 in Cassandra 1.2.x

2013-06-19 Thread Amresh Kumar Singh
so I'm not totally convinced it's worth adding complexity to the syntax for such a shortcut (yes, a shorter syntax would mean less bytes to transfer to the server for the query and less to parse but if you care about performance you should be using prepared statement which makes that issue

TTL can't be speciefied at column level using CQL 3 in Cassandra 1.2.x

2013-06-19 Thread Amresh Kumar Singh
Hi, Using Thrift, we are allowed to specify different TTL values for each columns in a row. But CQL3 doesn't provide a way for this. For instance, this is allowed: INSERT INTO users (user_name, password, gender, state) VALUES ('xamry2, 'aa', 'm', 'UP') using TTL 5; But something like

Kundera 2.4 Released

2013-03-08 Thread Amresh Kumar Singh
Hi All, We are happy to announce the release of Kundera 2.4. Kundera is a JPA 2.0 compliant, object-datastore mapping library for NoSQL datastores. The idea behind Kundera is to make working with NoSQL databases drop-dead simple and fun. It currently supports Cassandra, HBase, MongoDB, Redis, N

Kundera 2.2 released

2012-11-08 Thread Amresh Kumar Singh
Hi All, We are happy to announce release of Kundera 2.2. Kundera is a JPA 2.0 based, object-datastore mapping library for NoSQL datastores. The idea behind Kundera is to make working with NoSQL Databases drop-dead simple and fun. It currently supports Cassandra, HBase, MongoDB and relational da