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

[DOC] Subpage for Snapshot Interoperability with Remote Store #5047

Closed
1 of 4 tasks
harishbhakuni opened this issue Sep 19, 2023 · 0 comments · Fixed by #5078
Closed
1 of 4 tasks

[DOC] Subpage for Snapshot Interoperability with Remote Store #5047

harishbhakuni opened this issue Sep 19, 2023 · 0 comments · Fixed by #5078
Assignees
Labels
2 - In progress Issue/PR: The issue or PR is in progress. v2.10.0
Milestone

Comments

@harishbhakuni
Copy link

harishbhakuni commented Sep 19, 2023

What do you want to do?

  • Request a change to existing documentation
  • Add new documentation
  • Report a technical problem with the documentation
  • Other

Tell us about your request. Provide a summary of the request and all versions that are affected.

We need to add a subpage for Shallow Copy Snapshots.

Shallow Copy Snapshots (or Snapshot Interoperability w/ Remote Store)

We now support Shallow copy snapshots as well for Remote Store Enabled Indices. The idea is, as the data is already stored in remote store repository, instead of storing the entire segment data again in snapshot repository we will be using a reference to that data in snapshot repository. User can enable shallow copy snapshots by enabling remote_store_index_shallow_copy repository setting for the snapshot repository. All the snapshot APIs will remain same for these snapshots as well.

Few points to note/consider for shallow copy snapshots:

  • Shallow copy snapshots are supported only for Remote Store Enabled Indices.
  • User should trigger shallow copy snapshots once all the nodes are on version >=2.10.
  • Once this setting is enabled, we do not recommend disabling this setting from the repository.
  • For these snapshots as the segment data will not be stored in snapshot repository, these will be faster than normal snapshots.
  • We do not store any segment data in snapshot repository as part of these snapshots, so the file size diff for the shards of these snapshots will be zero.
  • Searchable Snapshots would not be supported with Shallow Copy Snapshots.

What other resources are available? Provide links to related issues, POCs, steps for testing, etc.

@Naarcha-AWS Naarcha-AWS added 1 - Backlog Issue: The issue is unassigned or assigned but not started 2 - In progress Issue/PR: The issue or PR is in progress. and removed untriaged 1 - Backlog Issue: The issue is unassigned or assigned but not started labels Sep 20, 2023
@Naarcha-AWS Naarcha-AWS self-assigned this Sep 20, 2023
@Naarcha-AWS Naarcha-AWS added this to the v2.10 milestone Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2 - In progress Issue/PR: The issue or PR is in progress. v2.10.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants