Skip to content

Commit

Permalink
Add missing extended-statistics props (Iceberg)
Browse files Browse the repository at this point in the history
  • Loading branch information
agrueneberg authored and electrum committed Nov 18, 2023
1 parent 96c72ba commit 06eaf0f
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion docs/src/main/sphinx/connector/iceberg.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,12 +131,22 @@ implementation is used:
aggregations or joins.
- 0.05
* - `iceberg.table-statistics-enabled`
- Enables [](/optimizer/statistics). The equivalent [catalog session
- Enable [](/optimizer/statistics). The equivalent [catalog session
property](/sql/set-session) is `statistics_enabled` for session specific
use. Set to `false` to disable statistics. Disabling statistics means that
[](/optimizer/cost-based-optimizations) cannot make better decisions about
the query plan.
- `true`
* - `iceberg.extended-statistics.enabled`
- Enable statistics collection with [](/sql/analyze) and use of extended
statistics. The equivalent catalog session property is
`extended_statistics_enabled`.
- `true`
* - `iceberg.extended-statistics.collect-on-write`
- Enable collection of extended statistics for write operations. The
equivalent catalog session property is
`collect_extended_statistics_on_write`.
- `true`
* - `iceberg.projection-pushdown-enabled`
- Enable [projection pushdown](/optimizer/pushdown)
- `true`
Expand Down

0 comments on commit 06eaf0f

Please sign in to comment.