Skip to Content
0
Former Member
Oct 01, 2014 at 07:59 PM

Dropping DB index on OOB attributes

304 Views

Is there a way we can drop the index provided by OOB core-items.xml and replace it with a composite key? We want to drop the index on Customer.uid, mark it as non-unique in our custom item type MyCustomer (that extends Customer) and have a composite key on uid and a custom attribute. Is this possible and advisable?