pub fn default_parallelism() -> usize
Number of worker threads to use by default. Currently clamped to num_cpus().min(8) — more than 8 workers for a single query tends to thrash the buffer pool.
num_cpus().min(8)