I wan to remove out of the box index from my customized schema. When I do that using DROP Index script,the index gets removed but whenever I do a update database structure on that schema, the indexes gets added again. Is there a way to remove the out of the box indexes permanently?
Views
Replies
Total Likes
Hi Abhijeet,
Can you provide us with an understanding of the use case as to why you'd want to remove the indexes on the OOTB schemas? Those indexes have been added for performance reasons and it isn't recommended to remove these.
Additionally can you tell us which schemas and which indexes you are trying to remove?
Thanks,
Craig
Were you able to resolve this query or do you still need more help here? Do let us know.
Thanks!
Views
Replies
Total Likes
Views
Replies
Total Likes
I'm considering removing a few of the indexes from the recipient table of ACC due to bloat and general space usage.
The indexes I'm considering deleting are:
@origin - since the field is not in use
@account - since the field is not in use
@FirstName - since there are 2 indexes where one is searchFromStart which I'd keep
@lastName - see firstName
//Peter
Views
Replies
Total Likes
Views
Replies
Total Likes