数据库提交如何在内部工作

How does a database commit work internally

我想知道执行提交后数据库内部会发生什么。我想这取决于数据库系统,但高级概念是什么?

您可以参考下面的文章了解事务是如何在 RDBMS 中发生的。但是,每个数据库都有自己的架构,以自己的方式执行此操作。

https://ecomputernotes.com/database-system/rdbms/transaction