diff --git a/docs/src/main/sphinx/connector/iceberg.rst b/docs/src/main/sphinx/connector/iceberg.rst index 020e2d172132..9560b3ab85c3 100644 --- a/docs/src/main/sphinx/connector/iceberg.rst +++ b/docs/src/main/sphinx/connector/iceberg.rst @@ -83,7 +83,7 @@ General configuration These configuration properties are independent of which catalog implementation is used. -.. list-table:: Iceberg configuration properties +.. list-table:: Iceberg general configuration properties :widths: 30, 58, 12 :header-rows: 1 @@ -110,6 +110,28 @@ is used. * - ``iceberg.max-partitions-per-writer`` - Maximum number of partitions handled per writer. - 100 + * - ``iceberg.table-statistics-enabled`` + - Enables :doc:`/optimizer/statistics`. The equivalent + :doc:`catalog session property ` + is ``statistics_enabled`` for session specific use. + Set to ``false`` to disable statistics. Disabling statistics + means that :doc:`/optimizer/cost-based-optimizations` can + not make smart decisions about the query plan. + - ``true`` + +ORC format configuration +^^^^^^^^^^^^^^^^^^^^^^^^ + +The following properties are used to configure the read and write operations +with ORC files performed by the Iceberg connector. + +.. list-table:: ORC format configuration properties + :widths: 30, 58, 12 + :header-rows: 1 + + * - Property name + - Description + - Default * - ``hive.orc.bloom-filters.enabled`` - Enable bloom filters for predicate pushdown. - ``false``