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

Make blob cache have async durability (#66687) #66854

Conversation

henningandersen
Copy link
Contributor

The blob cache for searchable snapshots used default sync durability.
Indexing into this often comes in bursts (multiple files for a shard or
multiple shards for an index or even multiple indexes being mounted) and
since it is immutable and easily reconstructed, this commit changes
durability to async. This improves mount performance when blob cache
index is co-located with the searchable snapshot(s).

Relates #66276

The blob cache for searchable snapshots used default sync durability.
Indexing into this often comes in bursts (multiple files for a shard or
multiple shards for an index or even multiple indexes being mounted) and
since it is immutable and easily reconstructed, this commit changes
durability to async. This improves mount performance when blob cache
index is co-located with the searchable snapshot(s).
@henningandersen henningandersen added >enhancement :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs backport v7.12.0 labels Dec 29, 2020
@elasticmachine elasticmachine added the Team:Distributed Meta label for distributed team label Dec 29, 2020
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-distributed (Team:Distributed)

@henningandersen henningandersen merged commit e5989bf into elastic:7.x Dec 29, 2020
henningandersen added a commit that referenced this pull request Dec 29, 2020
The blob cache for searchable snapshots used default sync durability.
Indexing into this often comes in bursts (multiple files for a shard or
multiple shards for an index or even multiple indexes being mounted) and
since it is immutable and easily reconstructed, this commit changes
durability to async. This improves mount performance when blob cache
index is co-located with the searchable snapshot(s).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport :Distributed/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs >enhancement Team:Distributed Meta label for distributed team v7.12.0
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants