Skip to content

Commit

Permalink
Add docs for optimizer push filter
Browse files Browse the repository at this point in the history
  • Loading branch information
mosabua committed Jan 10, 2025
1 parent 10bccd1 commit 4cb7721
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/src/main/sphinx/admin/properties-optimizer.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,16 @@ additional synchronization when collecting results. Enabling this optimization c
`UNION ALL` speed, when write speed is not yet saturated. However, it may slow down queries
in an already heavily loaded system.

## `optimizer.push-filter-into-values-max-row-count`

- **Type:** {ref}`prop-type-integer`
- **Default value:** `100`
- **Minimum value:** `0`
- **Session property:** `push_filter_into_values_max_row_count`

The number of rows in [](/sql/values) below which the planner evaluates a filter
on top of `VALUES` to optimize the query plan.

## `optimizer.join-reordering-strategy`

- **Type:** {ref}`prop-type-string`
Expand Down

0 comments on commit 4cb7721

Please sign in to comment.