iotdb
iotdb copied to clipboard
[IOTDB-4520] The tag schema region is implemented and supports the influxdb protocol
Description
The current influxdb adapter uses iotdb to store the order of tags in order to generate a unique path for the combination of tags with the same semantics during implementation. In this way, in the implementation, it is necessary to first access iotdb to obtain the order of tags, and then convert the tags into paths and generate PhysicalPlan, which results in poor performance and is more complicated to implement a tag model adapter. This work enables the influxdb adapter to support the use of native tag model metadata management modules.
New features
- lsm framework memory structure implementation:see https://apache-iotdb.feishu.cn/docx/doxcncdQ0sejMEEVqC1gIM9CKef#doxcni0oA80sqYOqeoEwp5kHun4
- tag inverted index:see https://apache-iotdb.feishu.cn/docx/doxcnlNVJnjaAMo0xVSpMsOAIVe
- tag schema region: see https://apache-iotdb.feishu.cn/docx/doxcn65XjYe64t8QyGiyLN2Ig0c
- influxdb adapter supports tag schema region:see https://apache-iotdb.feishu.cn/docx/doxcnZzEZ1BwXS6EQfrUEuGOX4d#doxcnKsqAa24qOwya4Oi1qdtFib