trinodb / trino

Official repository of Trino, the distributed SQL query engine for big data, formerly known as PrestoSQL (https://trino.io)
https://trino.io
Apache License 2.0
10.43k stars 3k forks source link

Iceberg Materized View: Refresh to Support `timeout` #22580

Open osscm opened 4 months ago

osscm commented 4 months ago

MV Refresh has the capability to utilize timeout to manage prolonged refresh operations, preventing interference with other queries. While there exists a query max timeout, MV.timeout can be handled independently to accommodate varied requirements.

findinpath commented 4 months ago

cc @alexjo2144