You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently for schema per tenant multi-tenancy the cache loads tables from all the schemas.
This means a lot of metadata taking up runtime memory.
Hence proposed design change is to request for a dummy schema - which has the same tables as the tenant tables. Only load the table info from dummy schema. During runtime the schema can be switched based on the following rule
This discussion was converted from issue #207 on April 14, 2024 15:26.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Currently for schema per tenant multi-tenancy the cache loads tables from all the schemas.
This means a lot of metadata taking up runtime memory.
Hence proposed design change is to request for a dummy schema - which has the same tables as the tenant tables. Only load the table info from dummy schema. During runtime the schema can be switched based on the following rule
Override with 2 if 1 is present.
Beta Was this translation helpful? Give feedback.
All reactions