Indexing XMLType columns
- by Chris
Hello,
I am working with a XMLType and currently experiencing significant performance issues and would like to incorporate indexing to the column type.
Currently I am taking the approach of using the XMLTable() and XQuery functions to create a virtual table. I would like to use this Virtual Table to create a function based index on the table…