Status Codes Status Codes Status Code is introduced in the latest version. For example, as IoTDB requires registering the time series first before writing data, a kind of solu...
状态码 状态码 IoTDB 引入了状态码 这一概念。例如,因为 IoTDB 需要在写入数据之前首先注册时间序列,一种可能的解决方案是: try { writeData (); } catch ( SQLException e ) { // the most case is that the time ser...
MlogParser Tool How to use MlogParser Tool After version 0.12.x, IoTDB encodes metadata files into binary format. If you want to parse metadata into a human readable way, you ...