Could someone give me a little background on spatial indexing support please:
When using shapefiles, we`ve been creating spatial indexes on disk, and these give a noticeable performance increase when rendering.
As I understand it, this is because the indexing will allow the renderer to quickly cull the amount of shape information to be processed to what is required onscreen (similar to the concept of preprocessing bounding boxes?)..
Is this roughy right? Also, my understanding is that the shapefiles are fully loaded into memory straight away.. i.e. the spatial index is not used to index the shapefile binary, say when panning or zooming?
Does this mean indexing will have little or no impact at full extent?
Most importantly, is there anyway to get the advantages of spatial indexing if shapefiles have been moved into sql server 2008?