You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(migration): document overlap detection in batch-plan
Add user-facing coverage for the new plan-time overlap check that
batch-plan now performs:
- Batch Migration > Batch Plan Review: short note explaining that
batch-plan refuses overlapping prefixes and pointing at the
troubleshooting entry.
- Troubleshooting: new 'overlapping indexes detected' entry with the
verbatim error output the operator will see and the resolution
(split into prefix-disjoint groups, one batch-plan per group).
Copy file name to clipboardExpand all lines: docs/user_guide/how_to_guides/migrate-indexes.md
+39Lines changed: 39 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -717,6 +717,35 @@ The index is taking longer to rebuild than expected. This can happen with large
717
717
718
718
Documents were added or removed between plan and apply. This is expected if your application is actively writing. Re-run `plan` and `apply` during a quieter period when the document count is stable, or verify the mismatch is due only to normal application traffic.
0 commit comments