Re: [Carbon-dev] Cassandra Multitenancy Model

2011-09-26 Thread Buddhika Chamith
Hi Deep, Tenants do get their own keyspace in the keyspace creation with tenant domain. eg org_troy_org_CRICKET. we use tenant domain to filter the keyspaces belong to the tenant domain. It is this part that I am not sure about. I don't see this kind of partitioning being done in Cassandra

Re: [Carbon-dev] Cassandra Multitenancy Model

2011-09-24 Thread Tharindu Mathew
Hi Deep, Any help with this? On Thu, Sep 22, 2011 at 7:03 PM, Buddhika Chamith buddhi...@wso2.comwrote: Hi, Going through Cassandra data access codes what I realized was that currently there is a hector cluster pool for each tenant user (implementation found at

Re: [Carbon-dev] Cassandra Multitenancy Model

2011-09-24 Thread Deependra Ariyadewa
On Thu, Sep 22, 2011 at 7:03 PM, Buddhika Chamith buddhi...@wso2.comwrote: Hi, Going through Cassandra data access codes what I realized was that currently there is a hector cluster pool for each tenant user (implementation found at MultitenantClusterRepository). Earlier I was under the

[Carbon-dev] Cassandra Multitenancy Model

2011-09-22 Thread Buddhika Chamith
Hi, Going through Cassandra data access codes what I realized was that currently there is a hector cluster pool for each tenant user (implementation found at MultitenantClusterRepository). Earlier I was under the impression that each tenant gets a separate tenant qualified keyspace which seems to