yugabyte/yb-voyager

How to create a spatial index on a POSTGIS GEOMETRY field?

julor opened this issue · 0 comments

julor commented

1.create index on poly using gist (geom)?

ERROR: index method "gist" not supported yet!

2.create index on poly using ybgin (geom)?

ERROR: data type geometry has no default operator class for access method "ybgin"
HINT: You must specify an operator class for the index or define a default operator class for the data type.