Which "tenant" are you referring to? If it's related to Hibernate ORM's support for multi-tenancy, then we will need to be able to automatically filter on a tenant-id. I can only see a valid option to not index the tenant-id if we're sharding on tenant-id, so to be able to limit the queries to the shard only. |