April 10, 2013
What Price A TimeOut ?
If you have been interested in query processing and looking at execution plans, you may may well have noticed that a query states a “Reason For Early Termination” as a property. There are 4 return values here, <BLANK>, “Good Enough Plan Found”, “MemoryLimitExceeded” and”Timeout”. Let’s ignore “MemoryLimitExceeded”, I’ve never experienced it in the wild but […]