apache / incubator-seata-go

Go Implementation For Seata
https://seata.apache.org/
Apache License 2.0
1.56k stars 283 forks source link

[seata-java] optimize : tccfence log table deleted should be optimized #699

Open luky116 opened 4 days ago

luky116 commented 4 days ago

What would you like to be added:

  1. 先查出可以清理的数据
  2. 按索引删除数据
  3. 给delete加上limit

refer: https://github.com/apache/incubator-seata/pull/4490

Why is this needed:

luky116 commented 4 days ago

@泽睿

Similarityoung commented 4 days ago

Please assign to me