You can gain some of that perfromance back by proactively managing yourcoordinate reference parameters -- Instead of defaulting to the -400,-400,1billionXY offsets and scale, try using -400,-400,1million. Lopping off those extra digitswill cut the storage requirements (at the cost of going from sub-millimeter tosub-decimeter precision).- V
So your subject line is a non-sequitur, because the spatial index is never used in a full-extent query. In fact, if you forced a full-extent query to use the spatial index, it would be much slower.All you're seeing is the difference between a LONG RAW query and a LOB query.Oracle deprecated LONG RAW use more than a decade ago, and it fails frequentlyat some sites, so you really shouldn't be using it.You can gain some of that perfromance back by proactively managing yourcoordinate reference parameters -- Instead of defaulting to the -400,-400,1billionXY offsets and scale, try using -400,-400,1million. Lopping off those extra digitswill cut the storage requirements (at the cost of going from sub-millimeter tosub-decimeter precision).- V
are the geomtery storage identical in both layers ?
7 vs 17 seconds to do what? Draw the entire layer?- V
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.