Performance Issues with Domain Index
Hi,
I have a query which uses Domain Index and the query returns output quickly without using domain index but with Domain index it runs forever.
There is an additional where clause which brings down the result set and when I run with that condition without including domain index, I get the results very quickly but the moment I add domain index it goes for a toss.
Any suggestion will be appreciated.
We tried index_sync & optimize but no luck.