Open
Description
Exposed currently has no way to define xml indexes in MS SQL Server.
E.g:
CREATE PRIMARY XML INDEX [primary_xml_index_name] ON [table_name]([xml_column_1])
CREATE XML INDEX secondary_xml_index_name ON [table_name]([xml_column_1]) USING XML INDEX [primary_xml_index_name] FOR VALUE
Secondary xml indexes can be on PATH, VALUE, or PROPERTY
Documentation at XML Indexes
Note: a probable fix is to allow a listOf < DdlAware > objects to be added ad-hoc to a Table and have run after the table is created. The Index class is defined as a data class which prohibits subclassing.
Metadata
Metadata
Assignees
Labels
No labels
Activity