Replies: 2 comments 6 replies
-
Can you please provide the schema for both tables involved in the FK reference and the contents of the |
Beta Was this translation helpful? Give feedback.
3 replies
-
Apologies for the delay on getting back to you on this. Been very busy and just want to let you know I haven't forgotten about this. FKs have been a particular thorn in partitioning so I want to take some time and better nail down where the actual problems are so I can hopefully report upstream. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Im trying to partitioning my table by timestamp, while my unique id is a uuid column.
After reading your documentation, I removed all temporary FKs pointing to the table to be partitioned and used a template table to declare PKs on children while the partition key is indeed the timestamp.
I am now trying to set the FK back, but I am getting an error saying that there is no unique constraint matching the given keys for the referenced table.
What am I missing? is it even possible to use FK on partitioned table when PK is not part of the partition column?
Beta Was this translation helpful? Give feedback.
All reactions