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

feat: reduce partition ingest time (#2194) #2195

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

ruojieranyishen
Copy link
Collaborator

The main reason is that during the ingest phase, the time between meta's RPC_BULK_LOAD transmissions is too long (once every 10 seconds). Shortening this time interval can cut down the partition write-blocking time.

Tests
  • Manual test (add detailed scripts or steps below)
    Before:partition ingest time 30s.
    After refactor: partition ingest time 300~900ms.

The main reason is that during the ingest phase, the time
between meta's RPC_BULK_LOAD transmissions is too long
(once every 10 seconds). Shortening this time interval
can cut down the partition write-blocking time.
@github-actions github-actions bot added the cpp label Feb 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants