Howto Handle Very Large Amounts of /item
(Doc ID 1391143.1)
Last updated on SEPTEMBER 12, 2023
Applies to:
Oracle Communications Billing and Revenue Management - Version 7.4.0.0.0 and laterInformation in this document applies to any platform.
Goal
One user requires many different kind of items. Suppose there is a telco company and end users make international calls to any country. Each of those calls may be on either peak or non peak. The user wants to be able to have one cumulative item per country/peak_or_non_peak. Suppose there are 200 countries, and two different items per country (maximum).
End users make many international calls, so at the moment of invoicing, there would be a huge performance penalty just for accessing the event_t, journal_t, or, even more, event_bal_impacts. So the values should be pre-calculated into the item each time a new call is made. In this way, when generating invoices, there is no need to look beyond items.
Items would be:
/item/calls/international/us/peak
/item/calls/international/us/non-peak
and so on...
Please provide a good design approach for this.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |