-
Notifications
You must be signed in to change notification settings - Fork 8
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
Feat: support copy file #99
Comments
|
the semantics of |
It is not a good formal name, maybe we can choose another one, but the semantic would be good to me. |
https://rocksdb.org/blog/2015/11/10/use-checkpoints-for-efficient-snapshots.html
CheckPoint will "copy" the WAL corresponding to MemTable and the related SSTable in Version. However, tonbo supports multiple FileSystems based on fusio. I think fusio can copy file to solve this problem.
The text was updated successfully, but these errors were encountered: