You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2022/10/28 02:48:40 UTC

[GitHub] [iotdb] MrQuansy opened a new pull request, #7770: [IOTDB-4783] Optimize memory usage for LastFlushTimeManager

MrQuansy opened a new pull request, #7770:
URL: https://github.com/apache/iotdb/pull/7770

   LastFlushTimeManager maintains a lastTimeMap to update latestFlushTimeMap when a working memtable has been added to flushList. In fact, we can get latest time for each device from the working memtable to update the latestFlushTimeMap, so we can optimize memory usage of flushTimeManager by reducing the lastTimeMap.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [iotdb] MrQuansy closed pull request #7770: [IOTDB-4783] Optimize memory usage for LastFlushTimeManager

Posted by GitBox <gi...@apache.org>.
MrQuansy closed pull request #7770: [IOTDB-4783] Optimize memory usage for LastFlushTimeManager
URL: https://github.com/apache/iotdb/pull/7770


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: reviews-unsubscribe@iotdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org