Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Correct the description of the delta.domain-compaction-threshold export config property #13039

Merged
merged 2 commits into from
Jul 1, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions docs/src/main/sphinx/connector/delta-lake.rst
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,11 @@ connector.
- Description
- Default
* - ``delta.domain-compaction-threshold``
- Sets the number of transactions to act as threshold. Once reached the
connector initiates compaction of the underlying files and the delta
files. A higher compaction threshold means reading less data from the
underlying data source, but a higher memory and network consumption.
- Minimum size of query predicates above which Trino starts compaction.
tlblessing marked this conversation as resolved.
Show resolved Hide resolved
Pushing a large list of predicates down to the data source can
compromise performance. For optimization in that situation, Trino can
compact the large predicates. If necessary, adjust the threshold to
ensure a balance between performance and predicate pushdown.
- 100
* - ``delta.max-outstanding-splits``
- The target number of buffered splits for each table scan in a query,
Expand Down