Showing posts with label ExaFacts. Show all posts
Showing posts with label ExaFacts. Show all posts

Saturday, August 29, 2020

inmemory_force = CELLMEMORY_LEVEL

The Oracle Database InMemory feature requires the amount of physical memory from the database server to place IM Cache and some amount CPU resources.

The Exadata has the ability to use InMemory database feature on the cells. To use InMemory feature on cells you should enable the INMEMORY_SIZE at the Database nodes. So, Exadata owners still need to spend the amount of physical memory on the Database servers and memory on the cells.

The 19.8 PSU have brought the new great feature: inmemory_force = CELLMEMORY_LEVEL which offload 100% IM load to the cell level that significantly improve offloading for IM operations.

Starting with PSU 19.8, you can use the CellMemory feature without enabling the IM column store on the DB level. Starting with PSU 19.8 you can use combination of parameters

INMEMORY_FORCE=CELLMEMORY_LEVELINMEMORY_SIZE=0

to enable IM column store at cell level and minimize IM Cache memory consumption at DB level.

From my point of view this feature will greatly improve the scalability of Exadata database machine for IM operations, because the more cells the more physical memory, IM-cache and CPU cores. This feature bring the more value to the Exadata cells.


 

Monday, June 22, 2015

LSI RAID controller memory size: 512 or 1024 M ?

As documentation says the LSI MegaRAID in storage cell has 512M of cache memory for write-back cache and read ahead.  This was true for X2,X3,X4 Exadatas. 
But in X5 storage cells Oracle silently improved RAID model and now it has 1024M of memory for cache and read ahead.
Old model was LSI MegaRAID 9261-8i, new is LSI MegaRAID 9361-8i.

Look to exachk output in the c_cwc_cell_raid_controller_version_report.out  file.

----------------------------------------------
New configuration (X5):

                    Versions
                ================
Product Name    : LSI MegaRAID 9361-8i
Serial No       : ...

FW Package Build: 24.3.0-0073

                HW Configuration
                ================
SAS Address      : 500605b0099c7e60
BBU              : Present
Alarm            : Present
NVRAM            : Present
Serial Debugger  : Present
Memory           : Present
Flash            : Present
Memory Size      : 1024MB
TPM              : Absent
On board Expander: Absent
Upgrade Key      : Absent

----------------------------------------------

Old config (our X4-2)

                    Versions
                ================
Product Name    : LSI MegaRAID SAS 9261-8i
Serial No       : ...
FW Package Build: 12.12.0-0178


                HW Configuration
                ================
SAS Address      : 500605b0073e9120
BBU              : Present
Alarm            : Present
NVRAM            : Present
Serial Debugger  : Present
Memory           : Present
Flash            : Present
Memory Size      : 512MB
TPM              : Absent
On board Expander: Absent
Upgrade Key      : Absent

----------------------------------------------

Wednesday, May 16, 2012

Right Parallel degreee: 300 times more !

Ранее, я уже писал  о большой мощности ввода-вывода в Экзадате и
необходимости задействовать эти мощности путем параллельного выполнения запросов.
Теперь реальный пример того, как это работает в приложениях, после установки правильной степени параллельности:

# ocrconfig -add +DATA PROT-30: The Oracle Cluster Registry location to be added is not usable. PROC-50: The Oracle Cluster Registry locatio...