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

fix(cubestore): skip WAL, partition data directly during ingestion #2002

Merged
merged 1 commit into from
Feb 8, 2021

Conversation

ilya-biryukov
Copy link
Contributor

On my machine, this produces 1.8x improvement in ingestion speed.
Wins in prod environment should be higher, since WAL uploads are more
expensive.

On my machine, this produces 1.8x improvement in ingestion speed.
Wins in prod environment should be higher, since WAL uploads are more
expensive.
@paveltiunov paveltiunov merged commit 5442fad into master Feb 8, 2021
@paveltiunov paveltiunov deleted the cubestore-ingestion branch February 8, 2021 21:01
paveltiunov added a commit that referenced this pull request Feb 9, 2021
ilya-biryukov added a commit that referenced this pull request Feb 12, 2021
…stion (#2002)"

The new version uploads files run in parallel with CSV processing.
This enables us to see the effect of the original optimization.
paveltiunov pushed a commit that referenced this pull request Feb 12, 2021
…stion (#2002)" (#2086)

The new version uploads files run in parallel with CSV processing.
This enables us to see the effect of the original optimization.
igorlukanin pushed a commit that referenced this pull request Feb 16, 2021
…stion (#2002)" (#2086)

The new version uploads files run in parallel with CSV processing.
This enables us to see the effect of the original optimization.
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.

None yet

2 participants