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

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


    from 436a524  Merge branch 'master' into cluster_premerge2
     add 850c11c  fix insertRecord serialize in Python example
     add 0589dab  set rpc version to v3
     add a40b5f7  enlarge avg_series_point_num_threshold to 100000
     add 6da16b4  Comparison IoTDB with other TSDBs (#1189)
     add 8146b87  Add version info in MTree snapshot file name
     add d1231f6  Fix test
     add 662a8bc  Change name
     add ed8ebef  Merge branch 'master' into cluster_premerge2

No new revisions were added by this update.

Summary of changes:
 client-py/src/client_example.py                    |  11 +-
 docs/UserGuide/Comparison/TSDB-Comparison.md       | 386 +++++++++++++++++++++
 .../org/apache/iotdb/jdbc/IoTDBConnection.java     |   2 +-
 .../resources/conf/iotdb-engine.properties         |   2 +-
 .../org/apache/iotdb/db/conf/IoTDBConstant.java    |   2 +-
 .../iotdb/db/engine/merge/task/MergeFileTask.java  |   6 +-
 .../engine/storagegroup/StorageGroupProcessor.java |  16 +-
 .../db/engine/storagegroup/TsFileResource.java     |   2 +-
 .../apache/iotdb/db/metadata/MetadataConstant.java |  10 +-
 .../org/apache/iotdb/db/service/TSServiceImpl.java |   9 +-
 .../writelog/recover/TsFileRecoverPerformer.java   |   4 +-
 .../iotdb/db/engine/merge/MergeOverLapTest.java    |  16 +-
 .../apache/iotdb/db/engine/merge/MergeTest.java    |  16 +-
 .../iotdb/db/engine/merge/MergeUpgradeTest.java    |   8 +-
 .../db/integration/IoTDBCreateSnapshotIT.java      |   2 +-
 .../query/reader/series/SeriesReaderTestUtil.java  |  16 +-
 .../db/sync/receiver/load/FileLoaderTest.java      |   8 +-
 .../recover/SyncReceiverLogAnalyzerTest.java       |   4 +-
 service-rpc/rpc-changelist.md                      |  13 +-
 service-rpc/src/main/thrift/rpc.thrift             |   3 +-
 .../java/org/apache/iotdb/session/Session.java     |   2 +-
 site/src/main/.vuepress/config.js                  |   6 +
 22 files changed, 477 insertions(+), 67 deletions(-)
 create mode 100644 docs/UserGuide/Comparison/TSDB-Comparison.md

Reply via email to