Spatial indexes are data structures the support searches and computation that depend on geometric relationships between the stored data (k-nearest-neighbors, identify elements in a defined region, etc).
I am new to the whole 'spatial index' thing, but it seems to be the best solution for filtering based …
mysql geometry geolocation spatial-index mysql-error-1416Like most of the average PHP web developers I use MySql as a RDBMS. MySql (as other RDBMS also) offers …
mysql indexing spatial-indexI am running following: DECLARE @g geography; declare @point nvarchar(50) ='' declare @i int =0, @lat decimal(8,6) =0.0, @long decimal(8,6) =0.0, @start datetime = …
sql-server sql-server-2008 indexing spatial-index sqlgeographyI'm not sure where/how I specify this SQL Spatial Index hint on my query :- SELECT Whatever FROM Table1 …
sql sql-server-2008 indexing spatial spatial-indexHere's my code: SET @poly = 'Polygon((-98.07697478272888 30.123832577126326, -98.07697478272888 30.535734310413392, -97.48302581787107 30.535734310413392, -97.48302581787107 30.123832577126326))'; SELECT name FROM county_shapes WHERE MBRContains(ST_GeomFromText(@…
mysql gis spatial-index mysql-5.7I'm looking at implementing spatial queries in .NET without using SQL2008. The first requirement is to be able to create …
c# .net spatial spatial-indexI have a large table (> 50m rows) which has some data with an ID and timestamp: id, timestamp, data1, ..., …
sql performance postgresql spatial-indexI'm having some fun trying to pick a decent SQL Server 2008 spatial index setup for a data set I am …
sql-server-2008 geospatial spatial spatial-query spatial-indexI have (what I think) is a simple Sql Server spatial query: Grab all the USA States that exist inside …
sql-server-2008 performance spatial spatial-indexOkay, so I am trying to install libspatialspatialindex to my Ubuntu machine python. I did follow all the instructions and …
python-2.7 ubuntu python-3.x spatial-index r-tree