presto-docs/src/main/sphinx/release/release-0.213.rst
/sql/set-session.experimental.enable-stats-calculator
configuration property or the enable_stats_calculator session property.0.9 coefficient was applied as a filter factor.
Now, if nothing is known about a filter, the estimate will be unknown. A 0.9
coefficient will be applied for all additional conjuncts if at least a single
conjunct can be reasonably estimated.EXPLAIN ANALYZE output by adding CPU time and enhancing accuracy of CPU fraction.SHOW STATS to support IN and BETWEEN predicates in the
WHERE condition of the SELECT clause.max_drivers_per_task session property, allowing users to limit concurrency by
specifying a number lower than the system configured maximum. This can cause the
query to run slower and consume less resources.join-max-broadcast-table-size configuration property and
join_max_broadcast_table_size session property to control the maximum estimated size
of a table that can be broadcast when using AUTOMATIC join distribution type (:issue:11667).experimental.reserved-pool-enabled to disable the reserved memory pool.targetResultSize query parameter to /v1/statement endpoint to control response data size.!ST_Distance function to return NULL if any of the inputs is an
empty geometry as required by the SQL/MM specification.!ST_MultiPoint function to construct multi-point geometry from an array of points.!geometry_union function to efficiently union arrays of geometries.11072).1.0.-1 as an absent null count for compatibility with statistics written by
Impala <https://issues.apache.org/jira/browse/IMPALA-7497>_.hive.parquet-optimized-reader.enabled
configuration property and parquet_optimized_reader_enabled session property
no longer exist.hive.parquet-predicate-pushdown.enabled configuration property
and parquet_predicate_pushdown_enabled session property.
Pushdown is always enabled now in the Parquet reader.hive.orc.optimized-writer.enabled configuration property or the
orc_optimized_writer_enabled session property.hive.parquet.writer.block-size and hive.parquet.writer.page-size
configuration properties and parquet_writer_block_size and
parquet_writer_page_size session properties for tuning Parquet writer options.