• Applications: This ColumnFamily holds metadata for all applications owned by the tenant including schemas and, for non-default tenants, tenant options.
• Tasks: This ColumnFamily holds status and synchronization records used by the Doradus Task Manager service to perform background tasks such as data aging.
• OLAP: This ColumnFamily holds data for all Doradus OLAP applications, if any, owned by the tenant.
•
• application_table_terms: This ColumnFamily holds indexing data for a specific Spider application and table.Each tenant possesses one or more user IDs that can be used to access applications. Each user ID is mapped to a Cassandra user, prefixed with the tenant name. For example, if the tenant named HelloKitty owns a user called Katniss, the corresponding Cassandra user ID is HelloKitty_Katniss. This allows different tenants to independently define the same user ID. In Doradus REST commands, the tenant user ID (not the Cassandra user ID) and password are provided using basic auth.