You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by GitBox <gi...@apache.org> on 2021/03/24 10:41:33 UTC

[GitHub] [servicecomb-pack] Richard-yyf opened a new issue #713: How clean the history records?

Richard-yyf opened a new issue #713:
URL: https://github.com/apache/servicecomb-pack/issues/713


   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?🙏


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [servicecomb-pack] WillemJiang commented on issue #713: How clean the history records?

Posted by GitBox <gi...@apache.org>.
WillemJiang commented on issue #713:
URL: https://github.com/apache/servicecomb-pack/issues/713#issuecomment-805743240


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


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org