Conversation
|
🚀 Build success! Latest successful preview: https://preview-373--questdb-documentation.netlify.app/docs/ Commit SHA: 4c42759
|
…ack alias
- Restructure wal-cleanup.md: action-first layout (quick start, verify,
integrate, troubleshoot, config reference)
- Fix incorrect claim that both trigger sources make cleanup less aggressive
(code merges sources per instance, making it more aggressive)
- Fix boundary inclusivity: boundary entry is deleted (inclusive), not retained
- Fix recovery target: must be after boundary, not on-or-after
- Fix broken anchor in checkpoint.md (#integrating-with-the-sql-checkpoint-commands → #checkpoint-history)
- Add troubleshooting section with common operational scenarios
- Add "Verifying cleanup is running" section with log format reference
- Add prominent warning that cleaner needs N entries before acting
- Fix "recognise" → "recognize" for American English consistency
- Fix webpack alias for @questdb/sql-parser/grammar subpath export
- Fix pre-existing path.resolve("/node_modules/react") → use __dirname
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The backup.window.count default is 5, meaning the cleaner retains data needed by the 5 most recent backups/checkpoints. The boundary entry itself is retained, with only older data deleted. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
… into repl-cleaner
bluestreak01
approved these changes
Feb 24, 2026
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.
Documents the new replication WAL cleaner logic.