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(): TupleHashJoin now handles bad_alloc case switching to disk-based if it is enabled
This commit is contained in:
@ -305,6 +305,7 @@ void TupleJoiner::bucketsToTables(buckets_t* buckets, hash_table_t* tables)
|
||||
wasProductive = true;
|
||||
buckets[i].clear();
|
||||
}
|
||||
// TODO use CV here instead of busy sleep
|
||||
if (!done && !wasProductive)
|
||||
::usleep(1000 * numCores);
|
||||
}
|
||||
|
Reference in New Issue
Block a user