I have found cases in the past where using a With() statement can mask the non-delegable warning. I have a case where everything looks good, but when I bring up the monitor, I see this:
In this case, it appears 2000 rows (My row limit setting) are being queried. Does this mean if my table is 5000 rows, that I'm not getting a full filter result?
See? It all looks happy here. VIEW_ODERBOARD_DATA is a SQL view. I know that the 'in' condition is supported with delegation. I have used it successfully in the past with text datatypes.
Or, do I not need to worry about this?

Report
All responses (
Answers (