New cache mode for BI 7.0 without directory
PS:
Cache Mode
Determines whether and in what way the query result and navigational states are to be saved in the OLAP Cache.
來自Notes 1026944
有幾個T-Code比較重要,需要注意。
RSDIPROP,RSRT,RSRCACHE
Symptom
A new cache
mode is delivered with Support Package 16 for BI 7.0. This new cache mode has a different architecture from the previous cache modes and does not have their associated problems (for example, the disappearance of entries and enqueue
deadlocks).
RSR, OLAP, online analytical processing, cache, new mode
This note provides an enhancement.
The new cache mode is an addition to the existing cache modes. The new cache mode is currently in the testing phase and must therefore be activated using an RSADMIN parameter. See the "Solution" section of this note for the activation procedure.
After activation, the new cache mode is in InfoProvider property maintenance (transaction RSDIPROP) and query property maintenance (transaction RSRT -> menu "Environment" -> "Mass Maintenance"). An area for displaying the contents of the new cache mode has
also been added to the cache monitor (transaction RSRCACHE).
Among the cache modes of the query properties, the new cache mode is number five.
The new cache modes saves the data in the same way as the BLOB persistence modes and it saves cluster tables in database tables. Both types of tables are used for this.
To activate the new cache mode, run the report SAP_RSADMIN_MAINTAIN with the following parameters and the option "INSERT":
OBJECT: RSR_CACHE_ACTIVATE_NEW
VALUE: X
After activation, the new cache mode is available in the query properties of transactions RSRT and RSDIPROP and can be assigned to a query.
As with the other cache modes, you can display the saved cache entries in the cache monitor (transaction RSRCACHE).
Unlike the previous cache modes, the new cache mode avoids using a central directory. Also, the keys for several of the entries are not saved in a parent entry that has to be read, changed and updated by several competing processes.
This prevents entries from disappearing.
You do not have to use locks (enqueues) with the new cache mode which means that no enqueue deadlocks can occur.
Instead, the entries are saved directly in various tables with their keys. The key of an entry contains the primary key of the parent entry as a foreign key; this means the required hierarchy application is retained.
- SAP NetWeaver 2004s BI
Import Support Package 16 for SAP NetWeaver 2004s BI (BI Patch 13 orSAPKW70016) into your BI system. The Support Package is available whenNote 991093"SAPBINews BI 7.0 Support Package 16", which describes this Support Package in more detail, has been released for customers.
相關文章
- SCSS without和withCSS
- scp without interative password
- Performance Without the Event LoopORMOOP
- docker_sshd without passwordDocker
- Installing Windows Features without InternetWindows
- IDBTransaction.mode
- Docker Swarm modeDockerSwarm
- javascript strict modeJavaScript
- new self()與new static()
- ESP32-MicroPython without ThonnyPython
- [Flutter翻譯]Flutter without FlutterFlutter
- WebStorm Exception: ...requested without authorization...WebORMException
- emacs go-modeMacGo
- 【Java】The Java Headless ModeJava
- MySQL Strict SQL MODEMySql
- UFS之Power Mode
- chmod命令(change mode)
- ORACLE LOCK MODE 1.2.3.4.5.6Oracle
- New
- Bad magic number for central directory
- Flume - [02] Spooling Directory Source
- The directory xx is registered as a Git rootGit
- Axure7.0可用
- CentOS 7.0防火牆CentOS防火牆
- [20221227]a mutating table error without a trigger!.txtError
- Leetcode 3 Longest Substring Without Repeating CharactersLeetCode
- #3 Longest Substring Without Repeating Characters[M]
- JavaScript中的new map()和new set()使用詳細(new map()和new set()的區別)JavaScript
- bi
- 理解new和實現一個new
- Bash 設定 vi mode
- webcodecs mix-blend-modeWeb
- LPDDR4 byte mode
- 3.3.4 Shutting Down with the Transactional Mode
- Docker Swarm Mode簡介DockerSwarm
- library cache pin和library cache lock(一)
- library cache pin和library cache lock (zt)
- library cache pin和library cache lock(二)
- 全面掌握Directory.Build.propsUI