Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix index matching during DML decompression
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