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
After speaking with Citus, it appears their open source solution is relevant to Cortex's needs. It can ensure multitenant data integrity, simplify our code via use of their gem, and increase performance via sharding. It can be modified to support nested tenancy, and we can use Citus Reference Tables to share data across shards/tenants.
This Issue is a placeholder to contain research and implementation notes for Citus.
The text was updated successfully, but these errors were encountered:
This module from Citus's activerecord-multi-tenant gem is pretty neat; it lets you wrap an ActiveRecord transaction in a block that auto-magically scopes the data to a tenant. It could cut down on mistakes and boilerplate.
After speaking with Citus, it appears their open source solution is relevant to Cortex's needs. It can ensure multitenant data integrity, simplify our code via use of their gem, and increase performance via sharding. It can be modified to support nested tenancy, and we can use Citus Reference Tables to share data across shards/tenants.
This Issue is a placeholder to contain research and implementation notes for Citus.
The text was updated successfully, but these errors were encountered: