MariaDB Plans - GIS

You are viewing an old version of this article. View the current version here.

Note: This page is obsolete. The information is old, outdated, or otherwise currently incorrect. We are keeping the page for historical reasons only. Do not rely on the information in this article.

OpenGIS compliance:

  • create required tables: GeometryTables, GeometryColumns, related views.
  • stored procedure AddGeometryColumn
  • prefill the spatial_ref_sys table.

Optimizer:

  • optimize simple queries with Intersects(), Within, Distance()<X
  • add Distance_sphere() and the related optimization.

Add possible III-rd coordinate (Attitude).

  • Distance3D, related optimization.

Precise math coordinates instead of DOUBLE-s.

Comments

Comments loading...
Content reproduced on this site is the property of its respective owners, and this content is not reviewed in advance by MariaDB. The views, information and opinions expressed by this content do not necessarily represent those of MariaDB or any other party.