Is datastore multitenancy bringing any benefit at all rather than logically separating the data of each tenant?
What's the difference of having a namespace per tenant rather than having data for all tenants i na single namespace?
Data is partitioned by projectId+ namespace right? This means that all the data within a single namespace will be located on the same disk.