presto-docs/src/main/sphinx/release/release-0.217.rst
VALUES statement to execute on a single machine, which may result in out of memory errors.BOOLEAN type for EXPLAIN IO statements.join_distribution_type='AUTOMATIC' is set.ANALYZE statement.query.stage-count-warning-threshold) to specify a per-query threshold for the number of stages.
When this threshold is exceeded, a TOO_MANY_STAGES warning is raised.!ST_Points function./connector/elasticsearch.resources.reserved-system-memory, deprecated.legacy-system-pool-enabled) entirely.
System memory pool was deprecated in 0.201, and it was unused by default since that release. All memory allocations will now be served from the general/user memory pool.hive.skip-target-cleanup-on-rollback configuration property can be used to skip deleting target directories when partition creation is rolled back.ANALYZE statement in the Hive connector.
It's possible to specify a list of partitions to collect statistics for using the WITH properties of the ANALYZE statement.hive.temporary-staging-directory-enabled and session property temporary_staging_directory_enabled
to control whether a temporary staging directory should be used for write operations.hive.temporary-staging-directory-path and session property temporary_staging_directory_path
to control the location of temporary staging directory that is used for write operations.
The ${USER} placeholder can be used to use a different location for each user (e.g., /tmp/${USER}).ANALYZE statement. By default, running the ANALYZE statement for a connector that does not implement these SPIs results in
an error oUSER_ERROR with error code NOT_SUPPORTED.