hi all, I use this condition in sql to get the polygons that contains this point, is there any sql which utilize space index to speed up it? I use "where ST_Contains(geom,ST_GeomFromText('POINT(116.355387 39.993801)',4326));" now. Thank you.