Details
-
New Feature
-
Status: Closed (View Workflow)
-
Critical
-
Resolution: Duplicate
Description
foreign keys aren't supported for partitioned tables yet (MDEV-12483) fixing this is a rather big task.
but a special case of tables partitioned by system time is much simpler — it's can work by adding foreign keys only to the current partition.
as partitioning system versioned tables is pretty much the only way to make them faster, this is an important use case that justifies a special fix.
Attachments
Issue Links
- duplicates
-
MDEV-19191 Partial support of foreign keys in partitioned tables
- In Review
- relates to
-
MDEV-12483 Add foreign keys support for partitioned tables
- Stalled