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

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


    from 7436c88304e Implement PreparedStmt on the Server side (#16764) (#16880)
     add bc4f8e9bd81 Load: Fix excessive GC caused by loading too many TsFiles 
at once (#16853)

No new revisions were added by this update.

Summary of changes:
 .../java/org/apache/iotdb/db/conf/IoTDBConfig.java |  55 ++++
 .../org/apache/iotdb/db/conf/IoTDBDescriptor.java  |  24 ++
 .../protocol/thrift/impl/ClientRPCServiceImpl.java | 319 ++++++++++++++++++---
 .../plan/relational/sql/ast/LoadTsFile.java        |  61 +++-
 .../plan/relational/sql/ast/Statement.java         |  25 ++
 .../db/queryengine/plan/statement/Statement.java   |  23 ++
 .../plan/statement/crud/LoadTsFileStatement.java   |  48 ++++
 7 files changed, 511 insertions(+), 44 deletions(-)

Reply via email to