This is an automated email from the ASF dual-hosted git repository.
haonan pushed a change to branch jira-707
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git.
from 9f6cea7 Merge branch 'master' into jira-707
add 9b968de [IOTDB-719] add avg_series_point_number_threshold in config
(#1278)
add fb976c8 Merge branch 'master' of
https://github.com/apache/incubator-iotdb into jira-707
No new revisions were added by this update.
Summary of changes:
docs/UserGuide/Server/Config Manual.md | 36 +++++++++++++++++++
docs/zh/UserGuide/Server/Config Manual.md | 36 +++++++++++++++++++
.../resources/conf/iotdb-engine.properties | 2 ++
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 13 +++++++
.../org/apache/iotdb/db/conf/IoTDBDescriptor.java | 8 +++--
.../iotdb/db/engine/flush/TsFileFlushPolicy.java | 8 ++---
.../iotdb/db/engine/memtable/AbstractMemTable.java | 40 ++++++++++++++++++++--
.../apache/iotdb/db/engine/memtable/IMemTable.java | 10 ++++++
.../db/engine/memtable/IWritableMemChunk.java | 5 ++-
.../iotdb/db/engine/memtable/WritableMemChunk.java | 4 +--
.../db/engine/storagegroup/TsFileProcessor.java | 24 +++++++++++--
.../apache/iotdb/db/qp/executor/PlanExecutor.java | 10 ++++--
.../iotdb/db/qp/physical/crud/InsertPlan.java | 24 ++++++-------
.../iotdb/db/utils/datastructure/TVList.java | 4 ++-
.../iotdb/db/engine/storagegroup/TTLTest.java | 9 ++---
.../apache/iotdb/db/utils/EnvironmentUtils.java | 1 +
16 files changed, 198 insertions(+), 36 deletions(-)