728x90
반응형
Q1. If HANA is terminated abnormally, at what point is the content in memory written to DISK?
A1. All modified pages of row and column store are written to disk during a savepoint.
The default value of savepoint_interval_s is 300, so savepoints are taken in intervals of 300 seconds (5 minutes).
Q2. After creating a new table, at what point will this table be loaded in-memory?
A2. When a table column is accessed and it doesn't reside in memory yet, it is loaded into memory.
You can check the table load and column load status with these SQL.
select TABLE_NAME, LOADED from M_CS_TABLES where TABLE_NAME=’<table name>’ select TABLE_NAME, LOADED from M_CS_COLUMNS where TABLE_NAME=’<table_name>’ |
반응형
'SAP > HANADB' 카테고리의 다른 글
s4hana memory reference ( SAP ABAP ) (0) | 2023.07.11 |
---|---|
Replication Modes for SAP HANA System Replication(HA 모드) (0) | 2023.07.03 |
heap 메모리 사용 모니터링을 위한 유용한 쿼리(S4HANA) (0) | 2023.02.10 |
hdbuserstore hanadb 1.0 restore (0) | 2022.11.07 |
SAP S/4HANA tenant db 계정 패스워드 변경 작업 (0) | 2022.08.03 |