|
|
|
|
|
by masklinn
5133 days ago
|
|
> That's an application-specific function that shouldn't be bloating a database engine. GIS most certainly belongs in the database. You don't want to load gigabytes of geo data as points in memory and build and filter geometries in whatever your application is, anymore than you want to load any non-trivial dataset in-memory and do your filtering in your application language. |
|