Re: Queries on AuthN and AuthZ for multi tenant Cassandra

2012-02-01 Thread Subrahmanya Harve
Thanks for the response Aaron. We do not anticipate more than 10-15 tenants on the cluster. Even if one does decide to create one KS/tenant, there is the problem of variable loads on the KS's. I went through this link http://www.datastax.com/dev/blog/whats-new-in-cassandra-1-0-improved-memory-and-

Re: Moving from apache-extras back to github

2012-02-01 Thread samal
+1 ( to Eric ) Also I would suggest renaming cassandra-node to "node-cql" ( it only has CQL drivers). this name convention is very popular for noders & will make module consistent to be get searched on npm. On Wed, Feb 1, 2012 at 12:48 AM, Kelley Reynolds < kelley.reyno...@rubyscale.com> wrote:

Re: Queries on AuthN and AuthZ for multi tenant Cassandra

2012-02-01 Thread aaron morton
The existing authentication plug-in does not support row level authorization. You will need to add authentication to your API layer to ensure that a request from client X always has the client X key prefix. Or modify cassandra to provide row level authentication. The 1.x Memtable memory manage