on ‎2023 Aug 21 4:35 PM
Hi Experts,
How can we check the HANA tables loading status into memory after every restart?
* Is there any SQL command?
* How to identify the number of tables supposed to be loaded after every restart?
Please answer.
Thanks in advance
Request clarification before answering.
You can monitor the column store load using SQL: "HANA_Jobs_JobProgress" (JOB_NAME = 'Column table reloading on startup') available via SAP Note 1969700.
The default restart strategy (indexserver.ini -> [sql] -> reload_tables = true) is to reload all columns that were in memory at the time of the shutdown.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You can try to check In the Runtime Information tab, select the M_CS_TABLES view.
Best Regards,
Atul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 11 | |
| 6 | |
| 6 | |
| 4 | |
| 3 | |
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.