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 a6c0e52 commit 13ee308
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 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,15 @@ 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`

Maximum number of rows in values for which filter is pushed down into values.

## `optimizer.join-reordering-strategy`

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

0 comments on commit 13ee308

Please sign in to comment.