prestodb / presto

The official home of the Presto distributed SQL query engine for big data
http://prestodb.io
Apache License 2.0
15.75k stars 5.28k forks source link

[native]Add system config for global memory arbitration in velox #23044

Closed xiaoxmeng closed 1 week ago

xiaoxmeng commented 1 week ago
== NO RELEASE NOTE ==
aditi-pandit commented 1 week ago

@xiaoxmeng : Please can you add a release note documenting this property.

To clarify by default a query can reclaim from another query, but this property restricts arbitration to only look at other tasks of the same query ? Or is it something else ?

xiaoxmeng commented 1 week ago

@xiaoxmeng : Please can you add a release note documenting this property.

To clarify by default a query can reclaim from another query, but this property restricts arbitration to only look at other tasks of the same query ? Or is it something else ?

By default, this option is off at Velox side. This provides a system config to turn it on in Prestissimo. This doesn't change the behavior of Prestissimo.