colstore.set_gather_thread_cap¶ colstore.set_gather_thread_cap(n)[source]¶ Set the per-call gather thread cap (>= 1). Lower is better for small/scattered reads; the memory-bandwidth ceiling means values much above the physical memory channels rarely help. Parameters: n (int) Return type: None