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 2010/10/01 19:18:09 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=19&rev2=20

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

   * Implement a weighted scheduler - e.g. for dev/prod accounts on the same cluster [[https://issues.apache.org/jira/browse/CASSANDRA-1485|CASSANDRA-1485]]
  
  == 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.