Yuan Tian created IOTDB-3581:
--------------------------------
Summary: Unify the DataStruct between client and server to TsBlock
Key: IOTDB-3581
URL: https://issues.apache.org/jira/browse/IOTDB-3581
Project: Apache IoTDB
Issue Type: New Feature
Reporter: Yuan Tian
Between different dataNodes, we use TsBlock as our transferring data structure.
But between client and dataNodes, we still use original TSQueryDataSet.
TSQueryDataSet doesn't have some encoding optimization like RLE etc which has
been implemented in Serde Utils for TsBlock.
So we want to add a new interface to support directly transferring TsBlock
between client and DataNode.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)