Skip to content

Commit

Permalink
Document table statistics property for Hive connector
Browse files Browse the repository at this point in the history
  • Loading branch information
rosewms authored and electrum committed Jan 14, 2022
1 parent d2c2e39 commit 50f0857
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/src/main/sphinx/connector/hive.rst
Original file line number Diff line number Diff line change
Expand Up @@ -388,6 +388,13 @@ Property Name Description
``hive.query-partition-filter-required`` Set to ``true`` to force a query to use a partition filter. ``false``
You can use the ``query_partition_filter_required`` catalog
session property for temporary, catalog specific use.

``hive.statistics_enabled`` Enables :doc:`/optimizer/statistics`. The equivalent ``true``
:doc:`catalog session property </sql/set-session>`
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.
================================================== ============================================================ ============

ORC format configuration properties
Expand Down

0 comments on commit 50f0857

Please sign in to comment.