iotdb icon indicating copy to clipboard operation
iotdb copied to clipboard

Support schema region snapshot parser.

Open ColinLeeo opened this issue 1 year ago • 0 comments

In this pr:

  1. Support translating snapshot file to statements, so you can use schema region snapshot parser to construct a same Schema tree in another cluster.
  2. Add some UTs.
  3. refine memory use when translating schema region snapshot. The node num depends on the longest path and Its children num. If one path is root.t1.t2.t3, and It has 100 measurements, so the node num will be 4 + 100.

152201eb8e7e6b2425a492d1c8c8c26

ColinLeeo avatar Mar 08 '24 14:03 ColinLeeo