Solved
How to Disable Indexes in Import workflows?
Hello,
I want to Disable some of the indexes and in some cases all of the indexes used in schema while using import workflows, how can I do this.
Help will be greatly appreciated
Thanks.
Hello,
I want to Disable some of the indexes and in some cases all of the indexes used in schema while using import workflows, how can I do this.
Help will be greatly appreciated
Thanks.
Hello Deepika,
Thank you for reaching out.
We can do this by following SQL query.
To Disable: alter index INDEX_NAME UNUSABLE;
To Enable: alter index INDEX_NAME REBUILD;
Thanks!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.