Skip to content

Commit

Permalink
Fix index matching during DML decompression
Browse files Browse the repository at this point in the history
Prior to version 2.8, compressed chunks had a different format
for indexing. This change attempts to find the best index
it can actually use during scanning of compressed data
and moves filters around based on the selected index. If
no index exists, it should fallback to doing a sequencial
scan.
  • Loading branch information
antekresic authored and jnidzwetzki committed Jan 3, 2024
1 parent 4d62243 commit af32f0c
Show file tree
Hide file tree
Showing 5 changed files with 563 additions and 301 deletions.
1 change: 1 addition & 0 deletions .unreleased/fix_6428
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fixes: #6428 Fix index matching during DML decompression
Loading

0 comments on commit af32f0c

Please sign in to comment.