Improving Content Consistency Checker queries
You can tune your Content Consistency Checker queries to improve performance.
About this task
Consider tuning Content Consistency Checker queries that return a million or more records and use a date range.
This information applies to the Content Consistency Checker tool, and not to the Consistency Check sweep job.
Improving Content Consistency Checker queries that return more than a million rows
Consider creating an index if the queries that are associated with Content Consistency Checker document re-indexing by document class return a million or more records.
Procedure
create index I_STORAGE_OBJID on docversion (storage_area_id, object_id)
To improve the performance of document insertions and document updates, as well as reduce storage costs, you can remove this index after you have completed the associated tasks. However, if the operations are performed on a regular basis, you might want to keep the index to avoid having to create it more than once.
Improving Content Consistency Checker queries that use a date range
Content consistency checks that are run with a date range selected can be optimized for better query performance by adding indexes to the DocVersion and Annotation database tables.
About this task
You must be running Content Platform Engine 5.2.1.2-P8CPE-FP002 or later to use this option.
Procedure
To tune date validation for Content Consistency Checker: