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

Storage MergeTree initial support for S3. #9415

Merged
merged 12 commits into from
Mar 10, 2020

Conversation

Jokser
Copy link
Contributor

@Jokser Jokser commented Feb 27, 2020

I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en

Changelog category (leave one):

  • Improvement

Changelog entry (a user-readable short description of the changes that goes to CHANGELOG.md):
MergeTree S3 initial support.

Detailed description / Documentation draft:
Basic operations with MergeTree parts are reworked to use IDisk interface.
MergeTree with DiskS3 initial support (insert, select, drop, indices). Background merges are not supported yet. Using MergeTree with DIskS3 is only possible with enabled setting 'disable_background_merges'.

@stavrolia stavrolia self-assigned this Mar 5, 2020
@nikitamikhaylov nikitamikhaylov merged commit b15532d into ClickHouse:master Mar 10, 2020
@robot-clickhouse robot-clickhouse added the pr-improvement Pull request with some product improvements label Mar 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-improvement Pull request with some product improvements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants