About Contact Us

SQLskills.com

  • Home
  • Training
  • Consulting
  • Resources

LCK_M_X_ABORT_BLOCKERS

(Republishing, or using this info in a commercial product/website, is prohibited without permission. All other uses are permitted. If in doubt, please ask.)

LCK_M_X_ABORT_BLOCKERS

(Back to main page…)

Description:

This wait type exists so that all lock modes have _LOW_PRIORITY and _ABORT_BLOCKERS wait types, but this wait type is not used.

The only _LOW_PRIORITY and _ABORT_BLOCKERS wait types that are used, during online index and partition switching operations, are:

  • LCK_M_IS_ABORT_BLOCKERS
  • LCK_M_IS_LOW_PRIORITY
  • LCK_M_SCH_M_ABORT_BLOCKERS
  • LCK_M_SCH_M_LOW_PRIORITY

(Books Online description: “Occurs when a task is waiting to acquire an Exclusive lock with Abort Blockers. (Related to the low priority wait option of ALTER TABLE and ALTER INDEX.)”)

Questions/comments on this wait type? Click here to send Paul an email, especially if you have any information to add to this topic.

Added in SQL Server version:

2014

Removed in SQL Server version:

N/A

Extended Events wait_type value:

The map_key value in sys.dm_xe_map_values is 958 in 2014 RTM. After 2014 RTM, you must check the DMV to get the latest value as some map_key values have changed in later builds.

Other information:

This wait type is not used.

  • Poor performance?

    Poor performance?
  • Get our bi-weekly tips-n-tricks newsletter

    Get our bi-weekly tips-n-tricks newsletter
  • Resources

    • Online Waits Course
    • Scripts and Posts
    • Latches Whitepaper
    • Spinlocks Whitepaper
    • Waits Whitepaper
  • Our conference

    Our conference

SQLskills.com

  • Home
  • Training
  • Consulting
  • Resources