Details
-
Improvement
-
Resolution: Fixed
-
Major
-
Mad Hatter
-
DOC-2019-S22-Nov01
-
1
Description
Statements like this will no longer work:
create index f_idx on myBucket(foo) using view
These will continue to work:
create index f_idx on myBucket(foo)
create index f_idx on myBucket(foo) using gsi
Pre-existing view-type indexes will not be accessible.