Yuan Tian created IOTDB-899:
-------------------------------
Summary: Remove the lock in leaf node to save memory footprint
Key: IOTDB-899
URL: https://issues.apache.org/jira/browse/IOTDB-899
Project: Apache IoTDB
Issue Type: Improvement
Components: Core/Engine
Reporter: Yuan Tian
Assignee: Yuan Tian
The ReadWriteLock in java costs 120B, inĀ the current version, each MNode has
one lock, so when the number of measurements surges(e.g. reaches 400,000,000),
just the lock will take about 5GB memory.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)