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?