You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@cassandra.apache.org by S Ahmed <sa...@gmail.com> on 2010/07/03 17:59:17 UTC

key data type and performance + multi-tenancy suggestions

1. Is there a difference in performance when you have keys that are int
versus string/datetime?

2. When designing for multi-tenancy, what suggestions do you guys have?
    My idea thus far would be do prefix keys with the website like:
      com.example.keyname

  Seeing as keyspaces can't be built dynamically, this is probably the only
approach correct?