1/31
Looks like no tags are added yet.
Name | Mastery | Learn | Test | Matching | Spaced | Call with Kai |
|---|
No analytics yet
Send a link to your students to track their progress
What are "Huge Pages" (or Transparent Huge Pages), and why do database administrators often disable them?
Enlarged memory blocks (2MB or 1GB) designed to decrease translation table sizes. Transparent Huge Pages (THP) are disabled for databases because dynamic runtime allocation introduces severe locking delays and memory contention during sparse, random database I/O workloads. "We disable THP because it introduces background memory locks that freeze active database threads during memory cleanup, and it wastes system bandwidth by moving large 2MB pages when the database only requested a few kilobytes of data."