ArcticDB icon indicating copy to clipboard operation
ArcticDB copied to clipboard

More parallelism in compact_incomplete

Open willdealtry opened this issue 1 year ago • 0 comments

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

willdealtry avatar Nov 28 '24 14:11 willdealtry