Hi Joe,
Thanks for your reply!
>"If I was doing the same with a regular string column and values, the
RowFilter is much quicker."
Based on my understanding, if you change the condition to string value, the
performance has been improved obviously. My meaning is changing "RowFilter
= ADate not in DateTime object" to "RowFilter = "ADate not in string
object". If I have anything misunderstood, please let me know.
As far as I know, the DateTime object needs higher cost than string object
on the aspect of comparison. And then, I suggest you consider changing the
condition if you need high performance.
If you have any concern, please feel free to let me know, I'm looking
forward your reply!
Regards,
Yuan Ren [MSFT]
Microsoft Online Support
|