freemandealer commented on code in PR #14014:
URL: https://github.com/apache/doris/pull/14014#discussion_r1015194633
##########
be/src/olap/rowset/segment_v2/column_writer.cpp:
##########
@@ -274,6 +274,7 @@ Status ScalarColumnWriter::init() {
// create page builder
PageBuilderOptions opts;
opts.data_page_size = _opts.data_page_size;
+ opts.dict_page_size = _opts.data_page_size; // init smaller dict page,
grow if need more
Review Comment:
Thanks for your suggestions. The code is modified accordingly and tested
again using the config above. Everything goes okay now I hope.
--
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]