Skip to content

Make list partitioning strategy safer

Adam Hegyi requested to merge make-sliding-list-partitioning-safer into master

What does this MR do and why?

This change adds two safeguards to the list partitioning strategy:

  • Explicitly lock the table as the first step when adding partitions.
  • Do not detach partition when its value is used as the default value of the partition key.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Adam Hegyi

Merge request reports

Loading