BICC CodeCombinationPVO performance enhancement — Oracle Analytics

Oracle Transactional Business Intelligence Idea Lab

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

BICC CodeCombinationPVO performance enhancement

1
Views
0
Comments
User_NQABC
User_NQABC Rank 2 - Community Beginner

Description

FscmTopModelAM.FinGlAccountsCodeComboAM.CodeCombinationPVO

Rel 19_13C

This PVO performs extremely slowly when either these columns selected:

CodeCombinationConcatenatedSegments
CodeCombinationDescription

We have 300,000 code combinations and selecting 58 columns from this PVO via BICC consistently took 3+ hours to extract.

Eliminating just either 1 of these columns (57 columns remain) reduced extract duration to 90+ minutes.

Eliminating both these 2 columns (56 columns remain) reduced extract duration consistently below 5 minutes for same row count.

Since both these columns are concatenations I'm pretty sure the problem is caused by the use of a scalar database function. Enhancement could be to concatenate outside the database, or perhaps store the concatenation in the DB.

 

Use Case and Business Need

Use case : needing descriptions of chartfield combos for subledger accounting in our data lake.

 

Original Idea Number: abe52e9e5b

1
1 votes

Submitted · Last Updated