Add partitioned sent_notifications table

What does this MR do and why?

Use sliding_list partition strategy to partition the sent_notifications table. A single partition is expected until we backfill the table. When we start writing into the new table we can consider creating new partitions automatically as well as deleting old ones by implementing both procs in the model

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #514591 (closed)

Edited by Mario Celi

Merge request reports

Loading