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: commits-unsubscr...@doris.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to