2 weeks ago
Good day everyone,
We are currently consuming SAP business content in our Datasphere environment, with data being replicated from our on-premise S/4HANA system via replication flows.
Today, my SAP Basis team informed me that the DHCDC_RTSTORE table in S/4HANA has significantly increased in size. They have asked if there's a way to clean up or reduce the space used by this table.
Does anyone have experience or suggestions on how to handle this?
Thank you in advance for your help
DHCDC_RTSTORE table in S/4HANA is primarily used to store data related to the real-time replication. While old data in this table can be deleted as part of cleanup activities if it is development environment, it’s essential to evaluate its relevance based on your needs. Please check with sap support team and if they suggest, work ABAPER or BASIS perform the deletion process.
Thanks
Savio
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello,
this is a very dangerous advice.
Data should never be just deleted via SQL - this may lead to inconsistency and data loss.
@n_gaertner : I have edited my response. However, in my earlier response, I had mentioned that OP has to evaluate his needs. It's up to the OP to do due diligence and decide. I understand that some options can be risky (not dangerous). When an initialization load is executed, if the load is completed successfully, the data from table DHCDC_RTSTORE gets deleted automatically. But if the load fails, the data gets stuck in DHCDC_RTSTORE and need manual intervention. https://help.sap.com/doc/d6a3fa1bdb894bf39296d3306e73db45/1.0.04/en-US/SLT%20Performance%20Guide_Nov... .
Thanks for your understanding and suggestion.
@Savio_Dmello
Thanks for editing the comment - appreciated.
The data of DHCDC_RTSTORE should always be deleted by the application - also in the case of failures - it is not necessary to manually delete data.
If data gets stuck its either a bug in the application or the replication was paused or disconnected from the source for some reason.
In this case there will be a cleanup performed after the defined retention time.
Hence, if the table is growing it is either a bug (-> support incident), or a misconfiguration of the retention.
Hello,
1. please check how many records are in DHCDC_RTSTORE
Note that the table is changing rapidly, and it could be that the table is not containing many records and therefore needs to be shrinked on DB level to free disk space - your DBA should know how to do it.
2. if there are many old records, check if there are hanging subscriptions and that your rentention periods are set properly - inactive subscriptions (including data) should be automatically deleted after the rentention.
See Note https://me.sap.com/notes/3088317/E for more information.
3. If you are unsure about the above tasks please open a ticket.
DO NOT delete the manually data using SQL (as adviced before), without explicit ask from the support team!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
69 | |
11 | |
11 | |
10 | |
9 | |
8 | |
7 | |
6 | |
5 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.