Skip to content
This repository has been archived by the owner on Sep 8, 2018. It is now read-only.

query: perform read repair #6

Open
peterbourgon opened this issue Jan 16, 2017 · 0 comments
Open

query: perform read repair #6

peterbourgon opened this issue Jan 16, 2017 · 0 comments

Comments

@peterbourgon
Copy link
Member

Queries can perform read repair, by counting each unique ULID (and thus log record) encountered during the deduplicate phase. Those which have lower representation than expected can be bundled together into a repair segment, which can be replicated through the normal replication mechanisms. Care should be taken to only do this work some percent of all queries; to perform the replication outside of the query lifecycle; etc.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant