hey all,
I've got a massive query with a mad amount of conditions in several "WHERE XFIELD IN ('blah','blah2','blah3.....)" but it's on
a denormalized table so there's no joins - all the data is right there and better yet, I've even recently tried creating a covering index for the query with and without index hints...but it times out or tells me there is insufficient memory to complete the operation - EVEN when I'm only asking for an 'estimated query plan', not even the data itself.
can we really just break QA with a long query? any suggestions?