cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

mergedog parameters - LOADED and CURR

jgilpin
Explorer
0 Kudos
347

Can someone tell me what the mergedog parameters 'LOADED' and 'CURR' mean?

thanks,

James

View Entire Topic
ranjithkyatham
Discoverer
0 Kudos

 

In the context of SAP HANA, the mergedog parameters 'LOADED' and 'CURR' are related to the management of column store tables. Here's what they generally mean:

- **'LOADED'**: This parameter likely refers to the tables that are currently loaded into memory. The mergedog process in SAP HANA periodically checks the column store tables that are loaded locally to determine whether a merge of the delta storage into the main storage is necessary¹[2]²[3].

- **'CURR'**: While not explicitly defined in the provided search results, 'CURR' could be related to the current state or statistics of the tables, such as the current size of the delta storage or the current memory usage, which are factors that the mergedog process considers when deciding whether to initiate a merge¹[2]²[3].

For precise definitions and usage, it would be best to refer to the official SAP documentation or the SAP Community forums for detailed explanations³[1]. If you have access to the SAP system, checking the configuration files or system views might also provide more clarity on these parameters.