๐๐ฎ๐๐ฎ, ๐๐ป๐ฎ๐น๐๐๐ถ๐ฐ๐ & ๐๐. Modern alternative to Snowflake. Cost-effective and simple for massive-scale analytics. https://databend.com
The default concurrency for batch file deletion during orphan data cleanup was set too high. To mitigate the 503 errors, the default concurrency limit has been adjusted to a maximum of 3. (follow the practice of https://github.com/databendlabs/databend/pull/16312)
Tests
[ ] Unit Test
[ ] Logic Test
[ ] Benchmark Test
[x] No Test - tweak default settings
Type of change
[ ] Bug Fix (non-breaking change which fixes an issue)
[ ] New Feature (non-breaking change which adds functionality)
[ ] Breaking Change (fix or feature that could cause existing functionality not to work as expected)
[ ] Documentation Update
[ ] Refactoring
[ ] Performance Improvement
[x] Other (please describe): tweak default settings
I hereby agree to the terms of the CLA available at: https://docs.databend.com/dev/policies/cla/
Summary
The default concurrency for batch file deletion during orphan data cleanup was set too high. To mitigate the 503 errors, the default concurrency limit has been adjusted to a maximum of 3. (follow the practice of https://github.com/databendlabs/databend/pull/16312)
Tests
Type of change
This change isโ