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

Introduce online Copy for scorch indexes. #1605

Merged
merged 2 commits into from
Aug 7, 2021
Merged

Introduce online Copy for scorch indexes. #1605

merged 2 commits into from
Aug 7, 2021

Commits on Aug 6, 2021

  1. Introduce online Copy for scorch indexes.

    Approach used is to acquire an index snapshot
    and reuse existing code for persisting
    snapshot segments and recording snapshot
    information into the root bolt.
    sreekanth-cb committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    51f17a9 View commit details
    Browse the repository at this point in the history
  2. Changing the CopyTo method signature to accept a

    index.Directory interface implementation for the
    destination.
    
    Add a default FileSystemDirectory implementation
    for the index.Directory interface.
    sreekanth-cb committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    c13a140 View commit details
    Browse the repository at this point in the history