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 2013/11/28 15:58:24 UTC

[Cassandra Wiki] Update of "FAQ" by jeremyhanna

Dear Wiki user,

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

The "FAQ" page has been changed by jeremyhanna:
https://wiki.apache.org/cassandra/FAQ?action=diff&rev1=164&rev2=165

Comment:
Clarifying that multi-tenant is the exception and the reason why.

  <<Anchor(multi_tenant)>>
  
  == Can a Cassandra cluster be multi-tenant? ==
- There is work being done to support more multi-tenant capabilities such as scheduling and auth.  For more information, see MultiTenant.
+ Most users of Cassandra stand up a cluster for each application or related set of applications as it is much simpler to tune and troubleshoot.  There has been work done to support more multi-tenant capabilities such as scheduling and auth.  For more information, see MultiTenant.  However the well-trodden path is definitely single-tenant.
  
  <<Anchor(using_cassandra)>>