[Scalability Design Document] Design document and plan to test SMT scalability #23
Open
1 of 5 tasks
Labels
documentation
Improvements or additions to documentation
Objective
Put together a design document and a plan to determine the scalability, efficiency and required improvements we need to make to the SMT to make v1 as scalable as possible.
Goals
Deliverable
NOTE: The deliverables below are just a starting point
A design document / plan that'll address the following in different steps:
- Can we insert 0.5/1/10 million leaves in 10/60/200 seconds?
- What are the retrieval speeds depending on the tree size?
- If we plan to support larger unhashed values (e.g. for websockets), is there a limit on the leaf size?
- Do we need to split it into multiple smaller leaves as data is streamed?
- Could/should we add adapters for leveldb, gorocksdb, boltdb or others and rerun the benchmarks above?
- How big are proofs for a tree of 0.5/1/10 million leaves?
- How long should our sessions be based on expected volume per servicer per session?
- What will the data availability cost on Celestia or other DA layers?
d-js.github.io/mermaid/) diagrams
Creator: @Olshansk
Co-Owners: @h5law
The text was updated successfully, but these errors were encountered: