SPATIAL INDEX
Description
CREATE TABLE geom (g GEOMETRY NOT NULL, SPATIAL INDEX(g));ALTER TABLE geom ADD SPATIAL INDEX(g);CREATE SPATIAL INDEX sp_index ON geom (g);ALTER TABLE geom DROP INDEX g;DROP INDEX sp_index ON geom;Data-at-Rest Encryption
Last updated
Was this helpful?

