Indexing IBM Content Cortex databases
Indexing Content Cortex databases can improve the performance of IBM Content Cortex.
Consider creating database indexes when you want to improve the performance of the Content Cortex database.
Reading documentation data tables
Documentation data tables that have information about database indexes are used throughout the performance tuning topics so that you can create performance enhancing database indexes on one (single) or more (multiple) database columns.
In documentation, these indexes are typically referred to as “single-property indexes” and “composite-properties indexes”.
Each table is introduced by a short summary that describes why the index is beneficial. Each table also includes the following information.
- Class
- Class [path] in IBM Administration Console for Content Platform Engine that you follow to access the property that is being indexed. If a class [path] is not listed, the property is a system property.
- Database table name
- Location of the property or properties that are being indexed
- Database column name
- Name of the property or properties, as they are displayed in the database
- Content Cortex property name
- Symbolic names of the Content Cortex properties that make up the index
Custom properties and the “uxy” prefix
Custom properties are easy to identify because they always have a prefix of either “uxy” or “uvxyz” attached to the beginning of the property name (where “ xy” and “vxyz” are automatically generated prefixes that help to identify a custom property).
Knowing the tools for creating Content Cortex indexes
You can use IBM Administration Console for Content Platform Engine to create single-property indexes or composite indexes using more than one property, unless the indexes are for a Content Cortex system property. If an index is for a Content Cortex system property, use the database management software to create the index. Use the Microsoft SQL Profiler, the Oracle Statspack, Oracle ADDM, or the DB2® Design Advisor to identify extra properties (columns) that you want to index.