This is an automated email from the ASF dual-hosted git repository.
hxd pushed a change to branch encoding_parallel
in repository https://gitbox.apache.org/repos/asf/iotdb.git.
from c944b4b fix bugs and open setting for concurrent encoding thread
number
new a35e3ec test parallel encoding
new de362d3 add bitmap class
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:
.../engine/flush/MultiThreadMemTableFlushTask.java | 101 +++++++++++++++------
.../java/org/apache/iotdb/db/utils/BitMap.java | 87 ++++++++++++++++++
.../db/engine/flush/MemTableFlushTaskTest.java | 98 +++++++++++++++++++-
3 files changed, 256 insertions(+), 30 deletions(-)
create mode 100644 server/src/main/java/org/apache/iotdb/db/utils/BitMap.java