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

SSTable compaction #33

Closed
3 tasks done
Terkwood opened this issue Jul 27, 2021 · 3 comments · Fixed by #59
Closed
3 tasks done

SSTable compaction #33

Terkwood opened this issue Jul 27, 2021 · 3 comments · Fixed by #59
Labels
enhancement New feature or request

Comments

@Terkwood
Copy link
Owner

Terkwood commented Jul 27, 2021

  • Run periodically: use Jose Valim code instead of :timer.apply_interval
  • merge N tables by streaming the files side by side. Look at first key in each file, copy the lowest key to the output file, and repeat
  • do nothing if there is only one table , or no tables
@Terkwood Terkwood added the enhancement New feature or request label Jul 31, 2021
@Terkwood Terkwood pinned this issue Jul 31, 2021
@Terkwood
Copy link
Owner Author

@Terkwood
Copy link
Owner Author

Still need to get this running periodically

@Terkwood
Copy link
Owner Author

Terkwood commented Aug 1, 2021

4246974

@Terkwood Terkwood unpinned this issue Aug 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant