eldenmoon opened a new pull request, #61126: URL: https://github.com/apache/doris/pull/61126
Add streaming page flush feature to ScalarColumnWriter that flushes data pages to disk immediately when they become full, instead of buffering all pages in memory until segment finalization. This reduces memory consumption during segment writing by releasing page memory as soon as pages are written to disk. Changes: - Add `enable_streaming_page_flush` config flag (default: false) - Add `_streaming_flush_enabled` member to ScalarColumnWriter -- 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]
