You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by Apache Wiki <wi...@apache.org> on 2011/01/10 02:37:39 UTC

[Cassandra Wiki] Trivial Update of "MultiTenant" by StuHood

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Cassandra Wiki" for change notification.

The "MultiTenant" page has been changed by StuHood.
http://wiki.apache.org/cassandra/MultiTenant?action=diff&rev1=20&rev2=21

--------------------------------------------------

  Work is currently being done to support multi-tenant capabilities in Cassandra.  This page is meant to list tickets associated with that effort as well as provide some documentation on how multi-tenant clusters can be configured.
  
  == Open tickets having to do with multi-tenancy ==
-  * Ability to lock down schemas for Column Families - [[https://issues.apache.org/jira/browse/CASSANDRA-1554|CASSANDRA-1554]]
   * Concurrent schema migrations (multiple users changing schema at once) - [[https://issues.apache.org/jira/browse/CASSANDRA-1391|CASSANDRA-1391]]
   * Some kind of client transport encryption option. thrift+ssl for clients requires some minimal code for each language - [[https://issues.apache.org/jira/browse/THRIFT-106|THRIFT-106]] is for Java, potential avro ticket - [[https://issues.apache.org/jira/browse/AVRO-341|AVRO-341]]
   * For multi-tenant order preserved partitioning, auto/online load balancing is pretty important [[https://issues.apache.org/jira/browse/CASSANDRA-1418|CASSANDRA-1418]]
@@ -12, +11 @@

   * Improve load balancing to take into account load in terms of operations - probably add no. of operations performed on top of disk space used [[https://issues.apache.org/jira/browse/CASSANDRA-1037|CASSANDRA-1037]]
  
  == Completed tickets having to do with multi-tenancy ==
+  * Ability to lock down schemas for Column Families - [[https://issues.apache.org/jira/browse/CASSANDRA-1554|CASSANDRA-1554]]
   * Better authorization system - [[https://issues.apache.org/jira/browse/CASSANDRA-1271|CASSANDRA-1271]]
   * Dynamic schema changes - [[https://issues.apache.org/jira/browse/CASSANDRA-44|CASSANDRA-44]]
   * Basic scheduling based on keyspace - [[https://issues.apache.org/jira/browse/CASSANDRA-1035|CASSANDRA-1035]]