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

Don't fetch parts not changed by mutations #3103

Merged
merged 2 commits into from
Sep 13, 2018

Conversation

ztlpn
Copy link
Contributor

@ztlpn ztlpn commented Sep 11, 2018

No description provided.

@@ -100,6 +100,15 @@ struct MinimalisticDataPartChecksums
uint128 hash_of_uncompressed_files {};
uint128 uncompressed_hash_of_compressed_files {};

bool operator==(const MinimalisticDataPartChecksums & other) const
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI. You can also provide tuple method, that will use std::tie or std::forward_as_tuple.

@alexey-milovidov alexey-milovidov merged commit fd63017 into master Sep 13, 2018
@filimonov filimonov added the comp-mutations ALTER UPDATE/DELETE label May 7, 2019
@Felixoid Felixoid deleted the dont-fetch-unchanged-mutated-parts branch April 10, 2022 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp-mutations ALTER UPDATE/DELETE
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants