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.
Google の Bigtable コンテキストでは、コミット ログとはどういう意味ですか? コミットログの用途は何ですか?
どのデータベース コンテキストでも、「コミット」は DB への単一のトランザクションの適用です。コミット ログは、トランザクションの記録です。何が起こっているかを追跡し、災害復旧などを支援するために使用されます。一般に、すべてのコミットは適用される前にログに書き込まれるため、サーバーがダウンしたときに実行中だったトランザクションは、ログ。
タグ