Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: reduce default batch and partition sizes for improved stability #2262

Merged
merged 2 commits into from
Nov 19, 2024

Conversation

iskakaushik
Copy link
Contributor

Reduces default batch sizes from 1,000,000 to 250,000 rows across CDC and snapshot operations:

  • Lower CDC batch size for incremental syncs
  • Reduce snapshot partition size for initial loads
  • Update UI defaults and tooltips to reflect new values

This change helps prevent memory pressure and timeout issues when processing large datasets.

…lity

Reduces default batch sizes from 1,000,000 to 250,000 rows across CDC and snapshot operations:
- Lower CDC batch size for incremental syncs
- Reduce snapshot partition size for initial loads
- Update UI defaults and tooltips to reflect new values

This change helps prevent memory pressure and timeout issues when processing large datasets.
@serprex
Copy link
Contributor

serprex commented Nov 18, 2024

Seems like default could be dependent on instance size

@iskakaushik iskakaushik enabled auto-merge (squash) November 19, 2024 00:09
@iskakaushik iskakaushik merged commit 1567736 into main Nov 19, 2024
11 checks passed
@iskakaushik iskakaushik deleted the smaller-batch-size branch November 19, 2024 00:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants