elvestar commented on PR #28625: URL: https://github.com/apache/doris/pull/28625#issuecomment-1985585567
> > Hi, you said “when string column insert length is too large which is over 4GB”, is this "4GB" referring to a column of a single row? @hust-hhb > > not a single row, your error message show that, there is a column is string type, when reading total rows at 3642, all the content of these column is over 4G, now doris can not process over 4G string. And now the totoal rows compaction want to read is decided by RuntimeState::DEFAULT_BATCH_SIZE, which is 4062 and can not change it by config now. I will make it configurable later, you can set it on a smaller number to solve your problem. @trikker Has RuntimeState::DEFAULT_BATCH_SIZE been configurable now? @hust-hhb -- 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