trino icon indicating copy to clipboard operation
trino copied to clipboard

Add query.max-write-physical-bytes property

Open vvvvh123 opened this issue 4 months ago • 1 comments

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`)

vvvvh123 avatar Jun 09 '25 01:06 vvvvh123