Troubleshooting
Problem
Oracle parallel query should not be enabled on a table or index in Content Engine environments. Oracle parallel query execution is useful generally in low-concurrency data warehousing environments. CE environments typically behave like Online Transaction Processing (OLTP) applications, where a smaller numbers of rows is returned using carefully chosen indexes rather than tablescans.
Symptom
Slow queries. Tablescans are present in query plans where indexes should have been used.
Async upgrade may also be slow, for example the following query will run slow with parallel query enabled on the docversion table as can be seen from P8 tracing as well:
SELECT object_id, mime_type FROM (SELECT object_id, mime_type FROM DocVersion WHERE ( object_id > ? ) ORDER BY object_id) WHERE ROWNUM <= 100
Log InLog in to view more of this document
Was this topic helpful?
Document Information
Modified date:
28 April 2025
UID
swg21469922