Switch language한국어
Back to the list

Linux 7.0 Broke PostgreSQL: The Preemption Regression Explained | Hacker News

TL;DR AI

Key summary

2 min read
  1. An LKML-discussed Linux kernel preemption change caused major PostgreSQL slowdowns on a 120GB RAM system.

  2. The regression increased lock contention, especially when huge pages were disabled, hurting database throughput.

  3. The case highlights how kernel updates can unexpectedly impact production databases and high-memory workloads.

  4. Commenters called for safer rollout controls, better defaults, and clearer feature gating for scheduler changes.

Read the original