QUERY_EXECUTION_INDEX_SORT_EVENT_OPEN

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

(Back to main page…)

Description:

This wait type is when a thread is waiting for other threads involved in the sort during an offline index build to finish processing.

(Books Online description: “Occurs in certain cases when offline create index build is run in parallel, and the different worker threads that are sorting synchronize access to the sort files.”)

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:

2008

Removed in SQL Server version:

N/A

Extended Events wait_type value:

Maps to the QUERY_EXEC_INDEXSORT_OPEN map_value in sys.dm_xe_map_values (thanks to Jonathan’s post here).

The map_key value in sys.dm_xe_map_values is 286 in 2008 and 2008 R2, 292 in 2012, and 299 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:

N/A

Known occurrences in SQL Server (list number matches call stack list):

  1. Waiting for other threads to finish the sort during an offline index build

Abbreviated call stacks (list number matches known occurrences list):

  1. SOS_Task::PostWait+90
    EventInternal<SuspendQueueSLock>::Wait+1f9
    CQScanIndexSortNew::SyncEndInput+138
    CQScanIndexSortNew::UlEndSortInput+c0
    CQScanSortNew::TransitionToOutputPhase+3e
    CQScanIndexSortNew::PushClose+c7
    CQScanIndexSortNew::BuildSortTable+1e4
    CQScanIndexSortNew::OpenHelper+79
    CQScanNew::OpenHelper+41
    CQScanIndexNew::Open+42
    CQScanNew::OpenHelper+41
    CQScanXProducerNew::Open+c8
    FnProducerOpen+44
    FnProducerThread+851
    SubprocEntrypoint+a59
    SOS_Task::Param::Execute+21e
    SOS_Scheduler::RunTask+a8