Details
Description
Currently an Index can be created by user on meta() fields. This is problematic if the field is the "id" field as we'd create an index that's never used by the system and it's not useful for the other fields.
Attachments
Issue Links
- links to
Hi Tanzeem Ahmed
Please test the fix for creating an index on meta fields. This is now disallowed. The verification is to try creating an index on meta fields. Here is an example:
CREATE INDEX idx ON dataset1(meta().id);