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/19 09:38:01 UTC

[Cassandra Wiki] 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=21&rev2=22

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

   * For multi-tenant order preserved partitioning, auto/online load balancing is pretty important [[https://issues.apache.org/jira/browse/CASSANDRA-1418|CASSANDRA-1418]]
   * Track per-user/per-keyspace statistics [[https://issues.apache.org/jira/browse/CASSANDRA-841|CASSANDRA-841]]
   * 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]]
+  * Provide relative memory usage settings for Memtables (and eventually caches) out of configurable totals [[https://issues.apache.org/jira/browse/CASSANDRA-2006|CASSANDRA-2006]]
  
  == 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]]
@@ -20, +21 @@

  
  == Ideas under consideration ==
   * Include memory usage in "load" considerations for load balancing: ColumnFamilies with higher cache requirements have memory to consider.
-  * Provide relative memory usage settings for caches and Memtables out of configurable (per-user?) totals
   * Namespaces - in a multi-tenant use case, each user might like to have a keyspace XYZ for whatever reason.  So it might be nice to have namespaces so that keyspace XYZ could be specific to their user.  Ideally this would be an option that would not affect those that don't use namespaces.
     * The distinction from keyspaces is that a namespace would be completely transparent to the user: the existence of namespaces would not be exposed. It might be returned by the authentication backend on login, and prefixed to keyspaces transparently.
   * JMX authentication without breaking nodetool - currently if you try to use JMX authentication, some of the Cassandra tools won't connect properly.