PBTreeFileSketch Tool
Less than 1 minute
PBTreeFileSketch Tool
Since version 1.1, IoTDB could store schema into a persistent slotted file.
If you want to parse PBTree file into a human-readable way, you can use this tool to parse the specified PBTree file.
The tool can sketch .pst file.
How to use
Linux/MacOS
./print-pbtree-file.sh -f your/path/to/pbtree.pst -o /your/path/to/sketch.txt
Windows
./print-pbtree-file.bat -f your/path/to/pbtree.pst -o /your/path/to/sketch.txt