diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/deployment.rst | 4 | ||||
-rw-r--r-- | docs/release-notes.rst | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/docs/deployment.rst b/docs/deployment.rst index 61eeeda043..8a9c8700b5 100644 --- a/docs/deployment.rst +++ b/docs/deployment.rst @@ -335,5 +335,7 @@ Below are the list of distributed datastructures that we have. +--------------+---------------------------------+----------------------------------------------------------+ | cps-ncmp | moduleSetTagCacheMapConfig | Stores the Module Set Tags for cmHandles. | +--------------+---------------------------------+----------------------------------------------------------+ +| cps-ncmp | cmSubscriptionEventCache | Stores and tracks CmSubscription requests. | ++--------------+---------------------------------+----------------------------------------------------------+ -Total number of caches : 8 +Total number of caches : 9 diff --git a/docs/release-notes.rst b/docs/release-notes.rst index 1eac1842c2..c8500652bb 100644 --- a/docs/release-notes.rst +++ b/docs/release-notes.rst @@ -45,6 +45,11 @@ Features -------- - `CPS-1795 <https://jira.onap.org/browse/CPS-1795>`_ Double performance of CPS write operations (via write batching) - `CPS-2018 <https://jira.onap.org/browse/CPS-2018>`_ Improve performance of CPS update operations. + - `CPS-2019 <https://jira.onap.org/browse/CPS-2019>`_ Improve performance of saving CM handles. + +Notes +----- + - Java API method CpsDataService::saveListElementsBatch has been removed as part of CPS-2019. Known Limitations, Issues and Workarounds ----------------------------------------- |