Triggers on distributed rows vs distributed schemas #8009
Unanswered
yannis-frangos-leanix
asked this question in
Q&A
Replies: 1 comment
-
Hi Yannis We at ScaleGrid (DBaaS) are going to launch support for CITUS on multiple clouds including AWS, GCP, OCI, DO and Akamai. Is this something you would be interested in? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Triggers can be a challenging issue in the case of distributed rows. But it seems that when using distributed schemas, all schema objects are already collocated. So why aren't triggers supported in that case and are there any plans of supporting them?
I read about the
citus.enable_unsafe_triggers
option. Isn't it safe to use it with schema based sharding?Beta Was this translation helpful? Give feedback.
All reactions