Haonan Hou created IOTDB-6108:
---------------------------------
Summary: AlignedTVList memory calculation is imprecise
Key: IOTDB-6108
URL: https://issues.apache.org/jira/browse/IOTDB-6108
Project: Apache IoTDB
Issue Type: Bug
Reporter: Haonan Hou
Attachments: image-2023-08-10-16-40-38-458.png
When insert data into AlignedTVList like this way.Insert 1000 rows of d1.s1 by
tablet interface, then insert 1000 rows of d1.s2.
!image-2023-08-10-16-40-38-458.png!
The current logic will only calculate the black and purple part of memory cost.
Beside, the calculation of purple part is not correct.
The correct calculation is acquired array number * memory size of an array,
however, the current is acquired array number * memory size of a data point.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)