ArcticDB
ArcticDB copied to clipboard
More parallelism in compact_incomplete
Compact incomplete is single-threaded over the columns at the moment. String columns would either need locking or to be processed serially (because the string pool is being merged), but integral types could be trivially parallelized with a task in a similar manner to reduce_and_fix_string_columns