-
Type: Improvement
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 5.6.0-HF01
-
Fix Version/s: 5.4.2-HF29, 5.5.0-HF16, 5.6.0-HF04, 5.7.1
-
Component/s: Core VCS
-
Environment:Oracle
-
Tags:
-
Upgrade notes:
The DialectOracle.getInTreeSql with pathOptimizations use an "ancestors" table with a nested table to simulate an array of ancestors for each document.
The index on the nested table is not used during ancestors search, the execution plan is doing a full scan on the ancestor table.
This does not scales with large amount of documents (>500k). It impacts the move and permanent delete operations.
- is required by
-
NXP-11388 Failure to find proxies by STARTSWITH on Oracle
- Resolved