-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 14.0.0, 14.5.0
-
Component/s: documentation
-
Labels:
-
Target Version/s:
-
Epic Link:
-
Support Ticket IDs:
-
Verified Version/s:
We should better document what the add-cts-index.txt. There are several indexes that are included here that we recommend not indexing in the cts-indices.ldif file from AM 5.0 so should either include that it could cause performance impact or remove them from the script:
- coreTokenString04 should not be indexed as it is used to store the session's latestAccessTimeInMillis.
- There are no searches that filter on latestAccessTimeInMillis so index maintenance overheads should be avoided.
- coreTokenString05 should not be indexed as it is used to store the session's sessionID.
- There are no searches that filter on sessionID so index maintenance overheads should be avoided.
- coreTokenString06 should not be indexed as it is used to store the session's sessionHandle.
- There are no searches that filter on session handle so index maintenance overheads should be avoided.
- coreTokenString11 should not be indexed as it is used to store the session's realm. As the realm values are not
- distinct enough, indexing on it would cause a performance bottleneck on writes.
- coreTokenString12 should not be indexed as it is used to store the session's creationTime.
- There are no searches that filter on creation time so index maintenance overheads should be avoided.
- coreTokenInteger06 should not be indexed as it is used to store the session's maxSessionTimeInMinutes.
- There are no searches that filter on max session time in minutes so index maintenance overheads should be avoided.
- coreTokenInteger07 should not be indexed as it is used to store the session's maxIdleTimeInMinutes.
- There are no searches that filter on max idle time in minutes so index maintenance overheads should be avoided.