Hello Fellow Cache Developers:
Has anyone ever created an index on values of a list property? If so, would you be willing to share an example?
Also, feel free to offer input and suggestions regarding use of indexes on List values.
Here is my database scenario:
Parent Class:
PropertyA - %String
PropertyB - %Integer
Child Class:
PropertyC - %Integer
PropertyD - list of %Integer
Data illustration:
PropertyA + PropertyB maps to one or more occurrences of [PropertyC + list of values for PropertyD]
ABC + 90001000 maps to 6600012113 + list (86001000, 86982277, 86982271)