How to use triggers on schema based sharding? #7616
Unanswered
Youssef AbouEgla (YoussefEgla)
asked this question in
Q&A
Replies: 1 comment
|
Youssef AbouEgla (@YoussefEgla) this sounds like a bug. Can you check if triggers are created for the shards of the table? |
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.
Uh oh!
There was an error while loading. Please reload this page.
I'm following this example and using
run_command_on_colocated_placementsfunction.SELECT citus_schema_distribute(myapp);Then I run this query
big_valsis emptylittle_valsrow added as expected.Also I tried exactly as the example from the docs and got the same result.
I'm running on docker compose
All reactions