Linux 7.0 Broke PostgreSQL: The Preemption Regression Explained
read.thecoder.cafe
Linux 7.0 Broke PostgreSQL: The Preemption Regression Explained
1–10 of 73 posts
Re: Linux 7.0 Broke PostgreSQL: The Preemption Regression Explained
#2Re: Linux 7.0 Broke PostgreSQL: The Preemption Regression Explained
#3Especially with containers around you might very well hit the case of running new kernel but older version of PostgreSQL with no code mitigation for the problem
Re: Linux 7.0 Broke PostgreSQL: The Preemption Regression Explained
#4Re: Linux 7.0 Broke PostgreSQL: The Preemption Regression Explained
#5Re: Linux 7.0 Broke PostgreSQL: The Preemption Regression Explained
#6Seems Linus needs to yell at someone again. Especially with containers around you might very well hit the case of running new kernel but older version of PostgreSQL with no code mitigation for the problem
I can defend someone who is unwilling to yield on quality. Afterall, this truly is his baby. Issuing scathing rebukes to well-intentioned contributors is like slapping my kid when he brings me the wrong type of screwdriver.
Re: Linux 7.0 Broke PostgreSQL: The Preemption Regression Explained
#7TLDR of the LMKL thread: 120GB RAM postgres with hugepages=off, lock contention went from terrible to abysmal. nothing to see here except that amazon for whatever reason runs DB tests with huge pages disabled. (hope I'm not paying for RDS and auroras like that in production!)
Re: Linux 7.0 Broke PostgreSQL: The Preemption Regression Explained
#8TLDR of the LMKL thread: 120GB RAM postgres with hugepages=off, lock contention went from terrible to abysmal. nothing to see here except that amazon for whatever reason runs DB tests with huge pages disabled. (hope I'm not paying for RDS and auroras like that in production!)
Huge pages has had a spotty history, that lead to people being paranoid about it, and no doubt a whole bunch of folks just disable it "because that's what we've always done". It has been stable and reliable for quite a while now, would really hope folks could move away from that perspective.
Re: Linux 7.0 Broke PostgreSQL: The Preemption Regression Explained
#9TLDR of the LMKL thread: 120GB RAM postgres with hugepages=off, lock contention went from terrible to abysmal. nothing to see here except that amazon for whatever reason runs DB tests with huge pages disabled. (hope I'm not paying for RDS and auroras like that in production!)