I'm always a bit skeptical about benchmarks like this. There's quite a few knobs you want to adjust for a production PostgreSQL on bigger hardware. And the article doesn't provide any configuration details (like shared buffers, is huge pages enabled).
The effect is visible at 500 connections, not at 250. The CPU is a Threadripper with 64 cores and 128 GB memory, which seems like a bit of a mismatch to me. So I wonder how transferable these benchmarks are to different setups.
I wonder how this behaves with VMs, does this help when the host uses this scheduling, but the VM not? Does both make sense? - the vm threads are probably not pinned to cores.
In an case, a great boost for containers on bare metal or maybe core-pinned VMs.
I'm also excited to see what folks get up to with sched_ext, this year & ongoingly. Scheduling becoming BPF programmable hopefully shows some other neat wins too.
I'm always a bit skeptical about benchmarks like this. There's quite a few knobs you want to adjust for a production PostgreSQL on bigger hardware. And the article doesn't provide any configuration details (like shared buffers, is huge pages enabled).
The effect is visible at 500 connections, not at 250. The CPU is a Threadripper with 64 cores and 128 GB memory, which seems like a bit of a mismatch to me. So I wonder how transferable these benchmarks are to different setups.
> and the article doesn't provide any configuration details (like shared buffers, is huge pages enabled).
maybe ? : phoronix-test-suite/ob-cache/test-profiles/pts/pgbench-1.16.2/install.sh
https://github.com/phoronix-test-suite/phoronix-test-suite/b...I wonder how this behaves with VMs, does this help when the host uses this scheduling, but the VM not? Does both make sense? - the vm threads are probably not pinned to cores.
In an case, a great boost for containers on bare metal or maybe core-pinned VMs.
Beautiful generational leap here, so so so good!
I'm also excited to see what folks get up to with sched_ext, this year & ongoingly. Scheduling becoming BPF programmable hopefully shows some other neat wins too.