Google does not appear to have a definition of the term.
|
feedback
|
|
From Windows IT Pro:
This thread at SQL Team is also useful. | |||
|
feedback
|
|
Possibly the CX is shorthand for "exchange", but since it appears to be related to parallelism, I'd guess it stood for "context" (as in "context switch"). To add to heavyd's answer: CXPACKET is a type of wait "that SQL Server uses to coordinate parallelism – and you can generally ignore it" (from this post). It's defined in sys.dm_os_wait_stats (MSDN, see the table of wait types), but I don't see anything indicating a specific origin for the term. That table gives this description:
| |||
|
feedback
|