From 09b87496196913618136d39dfc308ee6ff290809 Mon Sep 17 00:00:00 2001 From: Patrick Birch <48594400+patrickbirch@users.noreply.github.com> Date: Thu, 3 Oct 2024 08:45:08 -0500 Subject: [PATCH] Update binlog-space.md --- docs/binlog-space.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/binlog-space.md b/docs/binlog-space.md index e303b35aa36..ebd85a8c5f8 100644 --- a/docs/binlog-space.md +++ b/docs/binlog-space.md @@ -1,4 +1,4 @@ -# Limiting the disk space used by binary log files +# Managing binary log disk space It is a challenge to control how much disk space is used by the binary logs. The size of a binary log can vary because a single transaction must be written to a single binary log and cannot be split between multiple binary log files.