trino
trino copied to clipboard
Add query.max-write-physical-bytes property
Description
This pull request adds a new config and session property: query.max_write_physical_bytes, similar to the existing query.max_scan_physical_bytes. It allows users to set an upper limit on the total physical bytes written by a query.
Additional context and related issues
For #25955
Release notes
( ) This is not user-visible or is docs only, and no release notes are required. ( ) Release notes are required. Please propose a release note for me. (x) Release notes are required, with the following suggested text:
## General
* Add query.max-write-physical-bytes property ({issue}`25955`)