Skip to content

Commit

Permalink
Fix the flaky merge_append_partially_compressed test (#6891)
Browse files Browse the repository at this point in the history
Add ANALYZE. To keep the desired MergeAppend plans, we also have to add
a LIMIT everywhere so that the MergeAppend is chosen based on its lower
startup cost. Otherwise the plain Sort over Append will be chosen
because for small tables its cost is less.

(cherry picked from commit b4a1710)
  • Loading branch information
akuzm authored and timescale-automation committed Jun 4, 2024
1 parent 0b9d1ce commit 1c93ecf
Show file tree
Hide file tree
Showing 4 changed files with 1,331 additions and 1,317 deletions.
Loading

0 comments on commit 1c93ecf

Please sign in to comment.