How to use triggers on schema based sharding? #7616
Unanswered
YoussefEgla
asked this question in
Q&A
Replies: 1 comment
-
@YoussefEgla this sounds like a bug. Can you check if triggers are created for the shards of the table? |
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
-
I'm following this example and using
run_command_on_colocated_placements
function.SELECT citus_schema_distribute(myapp);
Then I run this query
big_vals
is emptylittle_vals
row added as expected.Also I tried exactly as the example from the docs and got the same result.
I'm running on docker compose
Beta Was this translation helpful? Give feedback.
All reactions