Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: ddl 语句是不是就不需要申请start.tso和commit.tso了

I guess that DDL statements should not need to request start.tso and commit.tso.
Note:
This topic has been translated from a Chinese forum by GPT and might contain errors.Original topic: ddl 语句是不是就不需要申请start.tso和commit.tso了
I guess that DDL statements should not need to request start.tso and commit.tso.
Correction, both DML and DDL statements need to obtain start.tso. DML reads do not need to obtain commit.tso. It is still unclear whether DDL needs to obtain commit.tso.