This is an automated email from the ASF dual-hosted git repository.
caogaofei pushed a change to branch beyyes/optimize_tsbs
in repository https://gitbox.apache.org/repos/asf/iotdb.git
from d55c494c32 add special optimization for SimpleQueryTerminator when
code is executed locally
new 14b75d77db comment SetThreadName impl
new 6a3315d726 add TsbsExample
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../main/java/org/apache/iotdb/TsbsExample.java | 51 ++++++++++++++++++++++
.../java/org/apache/iotdb/db/conf/IoTDBConfig.java | 2 +-
.../mpp/plan/scheduler/SimpleQueryTerminator.java | 4 ++
.../org/apache/iotdb/db/utils/SetThreadName.java | 20 ++++-----
4 files changed, 65 insertions(+), 12 deletions(-)
create mode 100644
example/session/src/main/java/org/apache/iotdb/TsbsExample.java