Re: Expiring Columns

2016-03-21 Thread Nirmallya Mukherjee
Anuj, there are a couple of aspects that are important -1. Cassandra will not return data with expired TTLs even if compaction has not run2. How is 1 possible? The read path will eliminate the expired TTLs from the result3. All tombstones (explicit delete as well as expired TTLs) hang around for

Re: best ORM for cassandra

2016-02-10 Thread Nirmallya Mukherjee
ed-in-5-minutes Thanks and regards,Karthik. From: Nirmallya Mukherjee Sent: 10 February 2016 12:47 To: user@cassandra.apache.org Subject: Re: best ORM for cassandra You are probably better off using the driver as you do not need an ORM. Cassandra is not a relational DB. You can find the documentati

Re: best ORM for cassandra

2016-02-09 Thread Nirmallya Mukherjee
You are probably better off using the driver as you do not need an ORM. Cassandra is not a relational DB. You can find the documentation here  http://docs.datastax.com/en/developer/driver-matrix/doc/common/driverMatrix.html. Pick the version that is applicable to your project. Thanks,Nirmallya