Overview
Improve existing batching mechanism with configurable limits and performance monitoring.
Current State
We already have essential batching for sync operations:
- GetLatestChanges: Caps at 100k changes total (prevents memory/network overload)
- MergeChanges: Processes in 10k transaction batches (avoids DB transaction size limits)
Improvements Needed
Priority
Phase 2: Performance at Scale - Optimize existing foundation
Labels
enhancement, performance, batching
Overview
Improve existing batching mechanism with configurable limits and performance monitoring.
Current State
We already have essential batching for sync operations:
Improvements Needed
Priority
Phase 2: Performance at Scale - Optimize existing foundation
Labels
enhancement, performance, batching