Skip to content

Commit

Permalink
Add domain-compaction-threshold to JDBC docs
Browse files Browse the repository at this point in the history
  • Loading branch information
raunaqmorarka committed Aug 4, 2022
1 parent 4b2c5b7 commit 9282a73
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,10 @@ connector:
Using a large timeout can potentially result in more detailed dynamic filters.
However, it can also increase latency for some queries.
- ``20s``
* - ``domain-compaction-threshold``
- Minimum size of query predicates above which Trino compacts the predicates.
Pushing down a large list of predicates to the data source can compromise
performance. For optimization in that situation, Trino can compact the large
predicates into a simpler range predicate. If necessary, adjust the threshold
to ensure a balance between performance and predicate pushdown.
- ``32``

0 comments on commit 9282a73

Please sign in to comment.