mirror of https://github.com/postgres/postgres
Performance testing shows that if the insertpos_lck spinlock and the fields that it protects are on the same cache line with other variables that are frequently accessed, the false sharing can hurt performance a lot. Keep them apart by adding some padding.pull/6/head
parent
cc52d5b33f
commit
375d8526f2
Loading…
Reference in new issue