You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2020/02/13 14:21:10 UTC

[incubator-iotdb] branch new_series_reader updated (ec267af -> 4326b38)

This is an automated email from the ASF dual-hosted git repository.

jackietien pushed a change to branch new_series_reader
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.


    from ec267af  Merge remote-tracking branch 'origin/master' into new_series_reader
     add 5a563b8  fix OOM when there are too many columns in one query by adding a IChunkLoader cache
     add 4326b38  Merge branch 'new_series_reader' of https://github.com/apache/incubator-iotdb into new_series_reader

No new revisions were added by this update.

Summary of changes:
 .../iotdb/db/query/control/FileReaderManager.java  | 29 +++++++++++++++++-----
 .../apache/iotdb/tsfile/common/cache/LRUCache.java |  8 +++---
 .../tsfile/read/controller/ChunkLoaderImpl.java    |  5 ++--
 3 files changed, 30 insertions(+), 12 deletions(-)