cancel
Showing results for 
Search instead for 
Did you mean: 

Row Engine General

Former Member
0 Kudos

Hi All,

Just pulled memory stats of the Master node, looks like "Row Engine General" is consuming 53 Gig, we are in the process of cleanup the unnecessary data from the master node, wondering what's inside this "Row Engine General".

Appreciate expert answers.

Thanks

Srikanth M

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Check ABAP Note 1909597. This has a migration cockpit in it which will give you a list of large row store tables and ways to reduce them.

50Gb isn't excessive though.

Former Member
0 Kudos

Thanks for trying to post your view John, I have created message and the reply was about 2 pages and we are trying to implement those recommendations.

-Srikanth M

Former Member
0 Kudos

Yes. Better is to prepare in advance so that isn't necessary. But you are where you are now so get applying notes 🙂

sadanand_bhat
Participant
0 Kudos

Hi Shrikanth,

Are you talking about Row Store?

If yes, Row store using 53 Gig means, lot of user tables are in Row store.

You can consider to check the required row tables are delete others. You can also plan to convert row tables into column tables which offers many benefits of compression and "Load only when necessary".

- Sadanand