![]() | Oracle System Handbook - ISO 7.0 May 2018 Internal/Partner Edition | ||
|
|
![]() |
||||||||||||||||||
Solution Type Problem Resolution Sure Solution 2144137.1 : Performance Intelligence Center (PIC) ProTrace Slow Export Daily KPI For Long Period on PIC 10.2
In this Document
Created from <SR 3-12705208371> Applies to:Oracle Communications Performance Intelligence Center (PIC) Software - Version 10.2.0 and laterInformation in this document applies to any platform. SymptomsExport of a daily KPI over several days can take few minutes even if there are few rows to exports. For example, export of 30 days of a daily KPI which generate only 6 rows per days (total of 180 rows) take around 5 minutes. CauseIn PIC 10.2, Management (NSP) Troubleshooting application (ProTrace) automatically split the query by slice of 1 hour when query period is above 1 hour. In example above, NSP ProTrace runs 720 sub-queries which can take up to 5 minutes. Export strategy to execute multiple 1 hour queries to export any duration. This will ensure that INDEX_RANGE_SCAN is used instead of INDEX_FULL_SCAN. In case of less number of records the auto split may take more time (because of more number of queries to fetch less records) but it is a real advantage is when the number of records is huge for a given extraction period. SolutionTo disable this automatic split, please open a new SR for support engineer to apply the change (mention this KM in SR description). Internal Procedure Parameter SPLIT_ON_EXPORT can be changed with the following procedure:
References<BUG:23283275> - SLOW EXPORT EVEN FOR FEW ROWSAttachments This solution has no attachment |
||||||||||||||||||
|