We've moved discussions to Discord

Is it possible to use postgresql scheme within Multitenancy (using path)

I've tested multitenancy features (using path) and it works. But I saw into PostgreSQL in my pgadmin4 there is no new scheme for each account is created. Looks like we put everything in the same table in the same public scheme only differentiated by account_id.
Is it possible to separate the scheme for that purpose? I'm thinking of performance matters if we put all account data in 1 same table if the data is huge.

Thanks
Chris Oliver
Schemas are not scalable which is why we use row level tenancy.
Notifications
You’re not receiving notifications from this thread.