Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

How clean the history records? #713

Open
Richard-Yi opened this issue Mar 24, 2021 · 1 comment
Open

How clean the history records? #713

Richard-Yi opened this issue Mar 24, 2021 · 1 comment

Comments

@Richard-Yi
Copy link

Every successful global tx in tcc mode will save (3n+2) records in tcc_tx_event table;
Every successful global tx in saga mode will save (2n+2) records in TxEvent table;

If it is a prod environment, it will be a big amount of records generated in one day...

Any advice on this?🙏

@WillemJiang
Copy link
Member

Yes, there is lots of events here, you may consider to run the batch to clean up these events.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants