Hi team, Is it possible that two tables belongs to...
# general
a
Hi team, Is it possible that two tables belongs to different tenant server and broker has the same table name?
n
it is not possible atm. what’s motivating this requirement? at the query side, we only refer to table name (no tenant), so if this were hypothetically supported, you’d expect to change your query too to
select * from tenant.tableName
? just trying to understand what you had in mind
a
Thanks. Just trying to figure out if it’s possible to use just one cluster for dev, test and prod environments.
k
This is a good idea. Not just in terms of environment but in general multitenancy.. different tenants can have same table name but we don’t support that now..would you mind creating a GitHub issue for this..