Common Causes of Latch Contention

  1. High concurrency: Many sessions accessing the same data or resources simultaneously.
  2. Inefficient SQL: SQL statements that cause high parsing or execution overhead.
  3. Lack of indexing or poor indexing: Insufficient or poorly designed indexing can lead to high buffer cache activity and latch contention.
  4. Mismatch between index design and query goals.