The building of a spatial index or queries by using the index grid or tessellation operators may not execute as quickly as expected.
Resolution
The issue was first fixed in the following cumulative update of SQL Server.
Cumulative Update 2 for SQL Server 2012 SP2 /en-us/help/2983175
Cumulative Update 11 for SQL Server 2012 SP1 /en-us/help/2975396
Each new cumulative update for SQL Server contains all the hotfixes and all the security fixes that were included with the previous cumulative update. Check out the latest cumulative updates for SQL Server:
More Information
This fix reduces the memory allocation rates that are associated with the spatial grid and tessellation operations. SQL Server spatial performance was improved in SQL Server 2012 SP1 CU7. This fix includes additional improvements for specific spatial operations, most notably index creation and select activities involving the index grid and tessellation activities. Use the query plan to identify use of the spatial index and tessellation activities.
The most frequently affects objects are Points and Polygons when they are combined with activities such as STDistance and STContains.Status
Microsoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section.