docs(deployment): stop recommending START_WRITERS=false for readers#688
docs(deployment): stop recommending START_WRITERS=false for readers#688
Conversation
Shared-ClickHouse reader gateways should keep writers enabled. START_WRITERS also gates the chain index (blocks, L1 transactions, bundle membership, data-item → root-TX mappings, offsets), which data retrieval paths like /raw, /ar, and /tx/:id rely on — not just GraphQL. Reframe topology §2 so shared ClickHouse scales GraphQL query capacity rather than replacing local SQLite indexing. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughDocumentation update to Topology 2 clarifies that readers should keep writers enabled by default. Removes the Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #688 +/- ##
===========================================
- Coverage 77.18% 77.16% -0.02%
===========================================
Files 117 117
Lines 40824 40824
Branches 3042 3041 -1
===========================================
- Hits 31509 31502 -7
- Misses 9275 9282 +7
Partials 40 40 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Summary
START_WRITERS=falsefrom the shared-ClickHouse reader recommendation indocs/deployment-topologies.md.START_WRITERSalso gates the chain index (blocks, L1 transactions, bundle membership, data-item → root-TX mappings, offsets), which data retrieval paths like/raw,/ar, and/tx/:iddepend on — not just GraphQL.Test plan
docs/deployment-topologies.mdon GitHub and confirm §2 diagram and notes read correctly.🤖 Generated with Claude Code