djshow832

Results 5 comments of djshow832

IMHO, there are some possible solutions: 1. Local transactions don't async commit, but global transactions do. It's practical to only maintain one `max_ts` in each store because a global TSO...

I have filed an issue for TiDB: https://github.com/pingcap/tidb/issues/53312 Currently, we have 2 ways to fix the doc: 1. Fix the issue on TiDB and then update the value in docs...

After discussion, we chose the 1st solution.