colstore.set_max_workers¶ colstore.set_max_workers(n)[source]¶ Set the package-wide thread count for multi-column reads. Recommend setting to the number of physical CPU cores; hyperthreaded logical cores rarely help memory-bound workloads. Parameters: n (int) Return type: None