Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Batch update inserted point number metric #13910

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

HTHou
Copy link
Contributor

@HTHou HTHou commented Oct 24, 2024

----------------------Main Configurations----------------------
########### Test Mode ###########
BENCHMARK_WORK_MODE=testWithDefaultPath
IoTDB_DIALECT_MODE=TABLE
########### Database Connection Information ###########
DOUBLE_WRITE=false
DBConfig=
  DB_SWITCH=IoTDB-200-SESSION_BY_TABLET
  HOST=[192.168.130.12]
########### Data Mode ###########
GROUP_NUMBER=1
IoTDB_TABLE_NUMBER=1
DEVICE_NUMBER=10000
REAL_INSERT_RATE=1.0
SENSOR_NUMBER=10
IS_SENSOR_TS_ALIGNMENT=true
IS_OUT_OF_ORDER=true
OUT_OF_ORDER_RATIO=0.5
########### Data Amount ###########
OPERATION_PROPORTION=1:0:0:0:0:0:0:0:0:0:0:0
SCHEMA_CLIENT_NUMBER=10
DATA_CLIENT_NUMBER=10
LOOP=50000
BATCH_SIZE_PER_WRITE=1
DEVICE_NUM_PER_WRITE=1000
START_TIME=2024-01-01T00:00:00+08:00
POINT_STEP=1000
OP_MIN_INTERVAL=0
OP_MIN_INTERVAL_RANDOM=false
INSERT_DATATYPE_PROPORTION=1:1:1:1:1:1:1:1:1:1
ENCODINGS=RLE/TS_2DIFF/TS_2DIFF/GORILLA/GORILLA/DICTIONARY/PLAIN/PLAIN/TS_2DIFF/TS_2DIFF
COMPRESSOR=LZ4
########### Other Param ###########
IS_DELETE_DATA=true
CREATE_SCHEMA=true
BENCHMARK_CLUSTER=false
TEMPLATE=true
VECTOR=true

Before: 6133273.06 point/s
After: 6664025.31 point/s

Copy link

Copy link

codecov bot commented Oct 24, 2024

Codecov Report

Attention: Patch coverage is 90.90909% with 4 lines in your changes missing coverage. Please review.

Project coverage is 39.77%. Comparing base (4e79200) to head (aeac35d).
Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
...geengine/dataregion/memtable/AbstractMemTable.java 82.35% 3 Missing ⚠️
.../dataregion/wal/recover/file/TsFilePlanRedoer.java 92.30% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master   #13910      +/-   ##
============================================
- Coverage     39.79%   39.77%   -0.02%     
  Complexity       71       71              
============================================
  Files          4159     4159              
  Lines        263425   263384      -41     
  Branches      32083    32081       -2     
============================================
- Hits         104818   104764      -54     
- Misses       158607   158620      +13     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jt2594838 jt2594838 merged commit 5d83392 into master Oct 25, 2024
29 checks passed
@HTHou HTHou deleted the batch_update_pointInserted_metric branch October 25, 2024 01:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants