docs: draft MySQL snapshot parallelism page - #38091
Open
peterdukelarsen wants to merge 2 commits into
Open
Conversation
peterdukelarsen
force-pushed
the
pl/mysql-partition-user-docs
branch
2 times, most recently
from
August 6, 2026 23:31
4d26654 to
c530367
Compare
peterdukelarsen
force-pushed
the
pl/mysql-partition-user-docs
branch
2 times, most recently
from
August 7, 2026 00:05
7cd15a2 to
6fb412a
Compare
peterdukelarsen
force-pushed
the
pl/mysql-partition-user-docs
branch
from
August 7, 2026 14:03
6fb412a to
ad4508e
Compare
peterdukelarsen
force-pushed
the
pl/mysql-partition-user-docs
branch
from
August 7, 2026 22:27
ad4508e to
bedaa57
Compare
peterdukelarsen
force-pushed
the
pl/mysql-partition-user-docs
branch
from
August 7, 2026 23:04
bedaa57 to
07af68f
Compare
peterdukelarsen
force-pushed
the
pl/mysql-partition-user-docs
branch
2 times, most recently
from
August 8, 2026 01:44
a0bd0d7 to
1d5f164
Compare
peterdukelarsen
force-pushed
the
pl/mysql-partition-user-docs
branch
from
August 9, 2026 17:35
1d5f164 to
4aa343a
Compare
peterdukelarsen
force-pushed
the
pl/mysql-partition-user-docs
branch
from
August 10, 2026 20:32
4aa343a to
a8438ee
Compare
peterdukelarsen
force-pushed
the
pl/mysql-partition-user-docs
branch
from
August 10, 2026 20:46
a8438ee to
529b0be
Compare
peterdukelarsen
force-pushed
the
pl/mysql-partition-user-docs
branch
from
August 10, 2026 21:10
529b0be to
bdce9de
Compare
peterdukelarsen
force-pushed
the
pl/mysql-partition-user-docs
branch
from
August 11, 2026 01:40
bdce9de to
b7a0bc2
Compare
peterdukelarsen
force-pushed
the
pl/mysql-partition-user-docs
branch
from
August 11, 2026 17:38
36d1815 to
8184c2a
Compare
peterdukelarsen
force-pushed
the
pl/mysql-partition-user-docs
branch
from
August 11, 2026 18:36
8184c2a to
d189c40
Compare
peterdukelarsen
force-pushed
the
pl/mysql-partition-user-docs
branch
from
August 11, 2026 18:58
d189c40 to
132f2b4
Compare
peterdukelarsen
force-pushed
the
pl/mysql-partition-user-docs
branch
from
August 11, 2026 19:06
132f2b4 to
1bdd206
Compare
peterdukelarsen
force-pushed
the
pl/mysql-partition-user-docs
branch
from
August 11, 2026 19:25
1bdd206 to
9329cfa
Compare
peterdukelarsen
force-pushed
the
pl/mysql-partition-user-docs
branch
from
August 11, 2026 19:32
9329cfa to
1d8fe51
Compare
peterdukelarsen
force-pushed
the
pl/mysql-partition-user-docs
branch
from
August 11, 2026 19:32
1d8fe51 to
891ad5f
Compare
peterdukelarsen
force-pushed
the
pl/mysql-partition-user-docs
branch
from
August 11, 2026 19:33
891ad5f to
2167caa
Compare
peterdukelarsen
force-pushed
the
pl/mysql-partition-user-docs
branch
from
August 11, 2026 19:40
2167caa to
1805742
Compare
peterdukelarsen
force-pushed
the
pl/mysql-partition-user-docs
branch
from
August 11, 2026 20:15
1805742 to
9efe79a
Compare
peterdukelarsen
force-pushed
the
pl/mysql-partition-user-docs
branch
from
August 11, 2026 20:46
9efe79a to
b105665
Compare
peterdukelarsen
force-pushed
the
pl/mysql-partition-user-docs
branch
from
August 11, 2026 22:41
b105665 to
7d24859
Compare
peterdukelarsen
force-pushed
the
pl/mysql-partition-user-docs
branch
from
August 11, 2026 23:02
7d24859 to
bc6f2ff
Compare
peterdukelarsen
force-pushed
the
pl/mysql-partition-user-docs
branch
from
August 11, 2026 23:36
bc6f2ff to
28fd467
Compare
User-facing draft for the parallel snapshot feature: how key ranges divide across workers, single-column string PK requirement and fallback, upstream connection and statistics considerations, and where to observe progress. Marked private preview.
…ance Make the MySQL page strictly MySQL-specific (split eligibility, prefix-based partitioning, connection counts) and move the cross-source worker-scaling discussion into a shared snapshotting parallelism include on the snapshotting concept page and the ingest overview. Add a troubleshooting section on telling whether the upstream database is the bottleneck (CPU, IOPS, throughput, connections, cache, replica lag) and what to do about it. Present the feature as production, without a preview banner. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018yzDA9ywnCLXweNCzqBm12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Part of SS-358.
Adding docs for the new MySQL parallel snapshotting feature, some more context on the load we place on upstream databases, and some high-level debugging tips for triaging obvious database issues.
🤖 Generated with Claude Code