Question : I’m experiencing an MSSQL Geography issue I can’t explain. Assume that I’m math-challenged, but it seems like the […]
Tag: spatial
Improving the performance of STIntersects
Question : Table T_PIN has 300,000 pins and T_POLYGON has 36,000 polygons. T_PIN has this index: CREATE SPATIAL INDEX [T_PIN_COORD] […]
Optimised way to search over 2 milllion poi data in mysql
Question : We have over 2 million poi data in our mysql db. At any time we need to find […]
Database design – GIS point data
Question : I am considering whether I should add columns to my existing tables or use a new table. The […]
GeomFromText in trigger has error
Question : I have this trigger: DELIMITER $$ CREATE TRIGGER geometrytrigger BEFORE INSERT ON users FOR EACH ROW BEGIN SET […]
SQL Server spatial filter with additional conditions performance issue
Question : I have a table Event that has 30 million rows and a table Location that has 35 million […]
How to speed up SQL Server 2014 Spatial functions
Question : I have some normalized tables with about 1,2M records that I collect in a view in a SQL […]
Searching for a close numeric match on spatial coordinates
Question : I have a large Postgres table contain geographic positions (latitude and longitude) both fields are indexed, and both […]
MySQL 8 not using Spatial Index?
Question : I have an issue where whatever I do I cannot get MySQL to use a spatial index. A […]
Adding coordinates to table (forcing 1:1 association without unique identifiers on either side)
Question : I have a table (around 60-80 million rows) in a postgresql database, that identifies census tracts that the […]