liaoxin01 opened a new pull request, #63475:
URL: https://github.com/apache/doris/pull/63475
### What problem does this PR solve?
Issue Number: None
Related PR: None
Problem Summary: Cloud mode kept packed file small-file merge and empty
rowset metadata skipping disabled by default. This change enables
enable_packed_file and skip_writing_empty_rowset_metadata by default so new
cloud deployments merge small files and avoid writing metadata for empty
rowsets without extra configuration.
### Release note
Enable cloud packed file small-file merge and empty rowset metadata skip
optimization by default.
### Check List (For Author)
- Test: Manual test
- git diff --check -- be/src/cloud/config.cpp
- Behavior changed: Yes. Cloud mode now enables packed file small-file merge
and skips writing empty rowset metadata by default.
- Does this need documentation: No
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]