cancel
Showing results for 
Search instead for 
Did you mean: 

Memory_TopConsumers

Former Member
0 Kudos

Hi,

Due to performance issues on our present situation in landscape I have checked SQL HANA_Memory_TopConsumers . I see result

MEMORY_REDUCTION_APPROACHES as Application data management and archiving .

Can anyone suggest on Application data management and archiving mean here ,Is it partioing date. Any procedure to follow to ? Also suggestion require on heap area and row store.

fyi..

30003    indexserver    Column store    EKPO    15.14    3.75

61.33    Size of table EKPO in column store    Application data management and archiving

30003    indexserver    Column store    /POSDW/TLOGF    13.11    3.24        71.69    Size of table /POSDW/TLOGF in column store    Application data management and archiving

30003    indexserver    Column store    /POSDW/PLOG1S    12.11    2.99        74.68    Size of table /POSDW/PLOG1S in column store    Application data management and archiving

***********

PORTSERVICEAREADETAILSIZE_GBSIZE_PCTCUM_SIZE_PCTDESCRIPTIONMEMORY_REDUCTION_APPROACHES
130003indexserverHeap areaPool/malloc/libhdbcsmd.so34,868,638.63Column storeCleanup, compression and archiving of column store tables
230003indexserverHeap areaPool/ColumnStoreTables/Main/Dictionary/RoDict28,667,0915.73
330003indexserverHeap areaPool/PersistenceManager/PersistentSpace(0)/DefaultLPA/Page27,936,9122.64Page cacheSpace is automatically reclaimed if required
430003indexserverHeap areaPool/malloc/libhdbcsapi.so24,816,1428.79Column storeCleanup, compression and archiving of column store tables
530003indexserverHeap areaPool/RowEngine/SQLPlan23,095,7134.51SQL cacheSee SAP Note 2124112
630003indexserverHeap areaPool/RowEngine/SQLPlan22,795,6440.15SQL cacheSee SAP Note 2124112
730003indexserverHeap areaPool/ColumnStoreTables/Main/Compressed/Indirect19,824,945.06
830003indexserverColumn storeVBUP19,064,7249.78Size of table VBUP in column storeApplication data management and archiving
930003indexserverHeap areaPool/Statistics163,9653.75Internal statistical informationOpen SAP incident in case of very large and rising size
1030003indexserverHeap areaPool/ColumnStoreTables/Main/Uncompressed15,473,8357.58
1130003indexserverColumn storeEKPO15,143,7561.33Size of table EKPO in column storeApplication data management and archiving
1230003indexserverHeap areaPool/ColumnStoreTables/Main/Rowid14,93,6965.02
1330003indexserverHeap areaPool/Statistics13,83,4168.44Internal statistical informationOpen SAP incident in case of very large and rising size
1430003indexserverColumn store/POSDW/TLOGF13,113,2471.69Size of table /POSDW/TLOGF in column storeApplication data management and archiving
1530003indexserverColumn store/POSDW/PLOG1S12,112,9974.68Size of table /POSDW/PLOG1S in column storeApplication data management and archiving
1630003indexserverHeap areaPool/ColumnStoreTables/Main/Index/Single10,842,6877.37
1730003indexserverHeap areaPool/malloc/libhdbcstypes.so9,382,3279.69Column storeCleanup, compression and archiving of column store tables
1830003indexserverColumn storeEDID49,382,3282.02Size of table EDID4 in column storeSAP Note 706478 (archiving and cleanup options)
1930003indexserverColumn store/POSDW/AGGRTI7,311,8183.83Size of table /POSDW/AGGRTI in column storeApplication data management and archiving
2030003indexserverRow storeRow store fragmentation6,81,6885.51Row store fragmentationSee SAP Note 1813245 and reorganize row store

Regards,

DK

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member183326
Active Contributor
0 Kudos

When you say you had performance issues, can be elaborate more on this? Checking your memory wouldn't be the best way of troubleshooting this. Are you seeing high cpu, hanging, slow runtimes? Have you tried running some runtime dumps during the performance issues to see which SQL's are running at that time? I don't see anything wrong with the memory alllocators you have posted either. What revision are you running?

Former Member
0 Kudos

Hi Michael,

Rev 102.06.Performance issue is a part that customer wants to check. During issues we checked SQL memory top consumers. For the moment I am trying to check  - Application data management and archiving mean on Column store . How can we on perform on tables like EKPO, /POSDW/TLOGF,/POSDW/PLOG1S.

Regards,

DK

former_member183326
Active Contributor
0 Kudos

Again, can you explain the issue? This will help me to understand more. Why are you checking the memory during the issue? What prompted you to think to look this direction? What exactly would you like to perform for Column store tables?

Former Member
0 Kudos

I am trying to reduce maximum possibilities that be related to memory.  MEMORY_REDUCTION_APPROACHES is the possible way I see from Memory top consumers.

I would like to perform and understand how can  Application data management and archiving mean on Column store.

former_member183326
Active Contributor
0 Kudos

I would first start off by looking here Note 1999997

9. Which options exist to reduce the risk of SAP HANA memory issues?

In my experience what you are trying to do is most likely not going to improve any performance issues you are seeing. Are you getting OOM dumps in your system? I am still trying to find out the actual performance issue you are having?

Make sure your HugePages are also turned off

Former Member
0 Kudos

We dont have OOM dumps for now. As i said performance issue is a part while checking top memory consumers  I am trying to understand how we can perform Application data management and archiving on Column store

I believe same as most likely not going to improve any performance issues but top memory consumers were the finding and may be if demanded we may have to apply Application data management and archiving on Column store. So question is on Application data management and archiving on Column store rather than performance issue.