You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/08/15 05:32:59 UTC

[GitHub] [iotdb] lpf4254302 opened a new pull request, #6995: [To rel/0.13/tsfile-viewer] [IOTDB-4104] Develop a tsfile visual management tool

lpf4254302 opened a new pull request, #6995:
URL: https://github.com/apache/iotdb/pull/6995

   ## Background introduction
   I hope to develop a tsfile file visual parsing tool to provide guidance for IoTDB beginners and as a debugging tool for IoTDB developers. The tool can display file binary details (not implemented in the first version) and detailed file structure. At the same time, the binary area can also be performed with the visualization area. linkage so that developers can better understand.
   Currently, it supports bit granularity analysis of TsFile (V3) file structure and provides a clear and hierarchical visual interface for data area and index area.
   ## The main function
   Currently supported TsFile version: V3
   Display information about each level of the data area and index area:
   - TsFile file information display: such as VersionNumber, Size and other information.
   - Data area display: Display meta information, statistical information, detailed data, etc. at each level according to different levels.
     - ChunkGroup
     - Chunk: DataSize, data type, compression type, encoding type, etc.
     - Page: uncompressed size, compressed size, statistics; show its detailed data according to the logical structure of aligned time series and unaligned time series.
   - Index area display: Displayed in a data structure similar to a B+ tree, you can view the overall structure of the secondary index (divided into four layers: INTERNAL_DEVICE, LEAF_DEVICE, INTERNAL_MEASUREMENT, LEAF_MEASUREMENT).
   - Time series search: The loaded time series directory structure can be retrieved in a fuzzy manner.
   - Physical quantity data search: The set of data points written to the qualified physical quantity according to the three conditions of time range, DeviceID and MeasurementID.
   - Analysis of the encoding type and compression type of the time series: Provides the current encoding type and compression type of the time series, as well as the encoding type and compression type of the combination of each encoding type supported by the data type of the current time series and each compression type supported by IoTDB analysis results.
   ## Architecture choice
   The C/S architecture is adopted, and the client is developed using JavaFX.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] lpf4254302 commented on pull request #6995: [To rel/0.13/tsfile-viewer] [IOTDB-4104] Develop a tsfile visual management tool

Posted by GitBox <gi...@apache.org>.
lpf4254302 commented on PR #6995:
URL: https://github.com/apache/iotdb/pull/6995#issuecomment-1217365283

   > Hi, please add a UserGuide in docs.
   
   Add to complete


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] [To rel/0.13/tsfile-viewer] [IOTDB-4104] Develop a tsfile visual management tool [iotdb]

Posted by "HTHou (via GitHub)" <gi...@apache.org>.
HTHou closed pull request #6995: [To rel/0.13/tsfile-viewer] [IOTDB-4104] Develop a tsfile visual management tool
URL: https://github.com/apache/iotdb/pull/6995


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org