prestodb / presto

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

Enable scaled-writers by default #24107

Closed arhimondr closed 3 days ago

arhimondr commented 4 days ago

Description

Scale writer implementation is superior to redistribute writes as it allows the writers to be added gradually

Test Plan

CI

Contributor checklist

Release Notes

Please follow release notes guidelines and fill in the release notes below.

== RELEASE NOTES ==

General Changes
* Enable ``scale-writers`` by default. :pr:`24107`
steveburnett commented 3 days ago

Thanks for the release note entry! A couple of nits.

== RELEASE NOTES ==

General Changes
* Enable ``scale-writers`` by default. :pr:`24107`
arhimondr commented 3 days ago

Thank you @steveburnett