Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我在 TiDB 中提交一个包含 100,000 行的事务时,会出现“事务太大”的错误消息。TiDB 中事务大小的限制是多少?我可以使用某个参数修改限制吗?
由于分布式事务需要进行两阶段提交,底层进行 Raft 复制,如果一个事务非常大,提交过程会很慢,从而触发了后续的 Raft 复制流程。为避免此问题,事务大小受到限制:
不允许修改限制。