I have a scenario where a featureclass[Child Version] is queried for some overlapping features on [SDE.DEFAULT] Version using ISpatialFilter, After getting few result, these features are looped and again queried the same way on [Child version]. (exactly opposite).
This takes lot of time. I still hope that the compexity can be reduced somehow. Is there any ways that we can run spatial filter in some kind of combination, so as to increase performance.
I have tried Spatial Cache, but because extent is not known it takes lot of time to fill the cache.
Any suggestions?
