From ef7d976185125559247b1ff94727d8d5e5e67666 Mon Sep 17 00:00:00 2001 From: ebembi-crdb <169454390+ebembi-crdb@users.noreply.github.com> Date: Mon, 11 Nov 2024 14:29:48 +0530 Subject: [PATCH] storage: disable multilevel compactions In their current state, multilevel compactions can cause momentary spikes in L0 sublevels, resulting in undesirable side-effects elsewhere. Fixes #134423. Epic: none Release note (bug fix): Addressed a bug with DROP CASCADE that would occasionally panic with an undropped backref message on partitioned tables. --- attrs.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 attrs.txt diff --git a/attrs.txt b/attrs.txt new file mode 100644 index 000000000000..78196fc71db3 --- /dev/null +++ b/attrs.txt @@ -0,0 +1 @@ +dwdw