You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-07-30 19:23:07 +03:00
feat(): replace getMaxDataSize with getMaxDataSizeWithStrings to accurately account for mem
This commit is contained in:
@ -1361,7 +1361,7 @@ class RowGroupStorage
|
||||
{
|
||||
messageqcpp::ByteStream bs;
|
||||
fRowGroupOut->setData(rgdata);
|
||||
rgdata->serialize(bs, fRowGroupOut->getDataSize());
|
||||
rgdata->serialize(bs, fRowGroupOut->getSizeWithStrings());
|
||||
|
||||
int errNo;
|
||||
if ((errNo = fDumper->write(makeRGFilename(rgid), (char*)bs.buf(), bs.length())) != 0)
|
||||
|
Reference in New Issue
Block a user