Open
Conversation
Contributor
siddharth-chevella
commented
Mar 23, 2026
- Update sidebar
- Added optimisation docs
arsalan-datazip
requested changes
Mar 24, 2026
arsalan-datazip
requested changes
Mar 26, 2026
|
|
||
| 1. **Lite** – Performs a lightweight optimization by converting **equality delete files** into **positional delete files**. Some query engines do not support reading equality delete files, so this conversion ensures better compatibility across query engines without rewriting the underlying data files. | ||
|
|
||
| 2. **Medium** – Performs partial compaction by merging smaller **data files** and **delete files** into medium-sized files closer to the configured **target file size**. This helps reduce file fragmentation, lowers metadata overhead, and improves query performance while avoiding a full rewrite of the table. |
Collaborator
There was a problem hiding this comment.
Also mention that files larger than 16 MB are compacted to align more closely with the configured target file size.
arsalan-datazip
requested changes
Mar 26, 2026
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.