I have a class which defines a property as array of %String. Is it possible to index values of this property and use this property in SQL? I have tried 'Index idx On prop(ELEMENTS)' and then a select from the generated collection table, but this is still orders of magnitude slower than queries to the containing class.