You've already forked mariadb-columnstore-engine
mirror of
https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
synced 2025-08-08 14:22:09 +03:00
fix(perf,allocator): reduce CountingAllocator step size to improve its memory consumption reaction speed.
This commit is contained in:
@@ -2221,7 +2221,7 @@ void TupleBPS::processByteStreamVector(vector<boost::shared_ptr<messageqcpp::Byt
|
||||
// changes made here should also be made there and vice versa.
|
||||
if (hasUMJoin || !fBPP->pmSendsFinalResult())
|
||||
{
|
||||
utils::setThreadName("BSPJoin");
|
||||
utils::setThreadName("BPSJoin");
|
||||
|
||||
data->joinedData = RGData(data->local_outputRG);
|
||||
data->local_outputRG.setData(&data->joinedData);
|
||||
|
Reference in New Issue
Block a user