-
Notifications
You must be signed in to change notification settings - Fork 899
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Optimize the order of compressed chunk metadata columns (#6664)
Put global metadata columns first, segmentby next, orderby metadata before the compressed orderby columns. This matches the order in which they are likely to be accessed when reading from a compressed chunk. This affects only the newly created compressed chunks, and the execution over either old or new chunks is not affected, because it does not depend on the particular attribute numbers.
- Loading branch information
Showing
22 changed files
with
1,410 additions
and
1,372 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.