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

Pruning the Tangle #2318

Open
jonastheis opened this issue Jul 7, 2022 · 0 comments
Open

Pruning the Tangle #2318

jonastheis opened this issue Jul 7, 2022 · 0 comments
Assignees
Labels

Comments

@jonastheis
Copy link
Contributor

jonastheis commented Jul 7, 2022

  • data locality for blocks
  • check out bucketed storage and see whether we can use it, need to modify
  • break down tangle package
    • rename old one and use new "tangle" package as inner
    • new tangle package: storage, solidifier, requester, booker
  • add caching: ORM style (use shrinking map) for metadata
    • use metadata only for inner component
    • sever connection between solid solid entry points when removing epoch out of cache
  • generic component to trigger blocks in order (generic solidification)
  • store blocks on arrival in bucketed storage
    • mark bucket as dirty on creation
    • once "everything" for an epoch is written, mark es clean
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants