We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TODO list for irmin 3.5. The list is not exhaustive yet because more tasks will pop as we go.
The highlight of 3.5 is the suffix chunking. Follows the list of subtasks for it, listed in topological order of dependency:
gc_commit
split
Implement chunk files's subtasks:
Implement chunk files
Wished features for irmin 3.5:
open_rw
commit_key
read_in_suffix_and_prefix
./tezos-node storage
All the above tasks can be done in parallel.
The text was updated successfully, but these errors were encountered:
Closing since 3.5 has shipped. Incomplete items were on the wishlist and either have associated issues or are still tbd.
Sorry, something went wrong.
No branches or pull requests
TODO list for irmin 3.5. The list is not exhaustive yet because more tasks will pop as we go.
Chunked Suffix
The highlight of 3.5 is the suffix chunking. Follows the list of subtasks for it, listed in topological order of dependency:
gc_commit
function #2097 (assigned @icristescu)split
(assigned @Ngoguey42)Implement chunk files
's subtasks:Wishlist
Wished features for irmin 3.5:
open_rw
and on failed GCs Cleanup residual files #2095 (assigned @art-w)commit_key
of the latest GC Expose agc_commit
function #2097 (assigned @icristescu)read_in_suffix_and_prefix
irmin-pack: asynchronous gc #1950 (comment) Move gc commit from suffix to prefix #2102 (assigned @icristescu) (+ @Ngoguey42 doing a refactoring of it)./tezos-node storage
command line for minimal indexing stores Traverse gced pack stores #1919 (assigned @icristescu)All the above tasks can be done in parallel.
The text was updated successfully, but these errors were encountered: