-
Type: Improvement
-
Resolution: Unresolved
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
99
As part of our Treehouse skunkworks project we demonstrated that a b-tree could be visualized in a cross platform javascript based UI.
The work was largely broken down into two parts:
- Dumping a b-tree as JSON
- Implementing the visualizer
We would like to see the visualizer become an actual tool and this ticket serves as a suggestion for a project to be planned around that. We believe this tool can serve as both an education and debugging tool.
The way we implemented this isn't necessarily the best way to implement it so the expectation would be that the project does design from the ground up.
Some interesting features:
- Opening WT database directories from the UI and skipping the JSON dump part.
- Opening WT corefiles from the UI
- related to
-
WT-10846 Create a tool that can anonymously dump table/database shape
- Closed