Salesforce

What is the best utility to use to reactivate an index?

« Go Back

Information

 
TitleWhat is the best utility to use to reactivate an index?
URL NameP16878
Article Number000137871
EnvironmentProduct: Progress
Version: 8.x, 9.x
Product: OpenEdge
Version: 10.x, 11.x
OS: All supported platforms
Question/Problem Description
What is the best utility to use to reactivate an INACTIVE index?
Is IDXFIX, IDXACTIVATE or IDXBUILD the best utility to reactivate an index?
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution
The best way to reactivate an index from a performance standpoint is IDXBUILD. 

The reason is that an index tree built by idxbuild is better compacted and balanced than a tree fixed using idxfix.

Compacted index trees also improve performance. If there are only a few records, then this wouldn't be too significant.

As of 10.1A release, a new option was added to proutil command which allows activating indexes online:

proutil -C idxactivate

Refer to Article  What is IDXACTIVATE? 
 
Workaround
Notes
Keyword Phrase
Last Modified Date11/20/2020 7:11 AM

Powered by