Skip to content

Commit

Permalink
modify config
Browse files Browse the repository at this point in the history
  • Loading branch information
liyuheng55555 committed Dec 29, 2023
1 parent 67cbd2f commit 7bbf5f0
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions configuration/conf/config.properties
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

############## 数据:设备、传感器、客户端 ##################
# 设备总数
DEVICE_NUMBER=60
# DEVICE_NUMBER=6000

# 实际写入设备比例,(0, 1]
# REAL_INSERT_RATE=1.0
Expand Down Expand Up @@ -298,8 +298,7 @@
# Q9 倒序范围查询(只限制起止时间)select v1... from data where time > ? and time < ? and device in ? order by time desc
# Q10 倒序带值过滤的范围查询 select v1... from data where time > ? and time < ? and v1 > ? and device in ? order by time desc
# Q11 分组聚合查询,倒序
OPERATION_PROPORTION=1:1:1:0:0:0:0:0:0:1:0:0
#OPERATION_PROPORTION=1:1:1:1:1:1:1:1:1:1:1:1
# OPERATION_PROPORTION=1:0:0:0:0:0:0:0:0:0:0:0

# 最长等待写时间,单位毫秒,即如果整个写操作在指定时间内没有返回,则终止此操作
# WRITE_OPERATION_TIMEOUT_MS=120000
Expand Down Expand Up @@ -371,7 +370,7 @@
# QUERY_SENSOR_NUM=1

# 每条查询语句中查询涉及到的设备数量
QUERY_DEVICE_NUM=5
# QUERY_DEVICE_NUM=1

# 在聚集查询中使用的聚集函数,比如count
# QUERY_AGGREGATE_FUN=count
Expand All @@ -389,12 +388,12 @@
# QUERY_SEED=151658

# 行数限制, -1表示不使用limit语句
RESULT_ROW_LIMIT=10
# RESULT_ROW_LIMIT=-1

# 是否align by device
# 实测发现iotdb对于align by device的使用有诸多限制
# 推荐设置OPERATION_PROPORTION不超过范围1:1:1:0:0:0:0:0:0:1:0:0
ALIGN_BY_DEVICE=true
# 实测发现, iotdb对于align by device的使用有诸多限制, 推荐设置OPERATION_PROPORTION不超过范围1:1:1:0:0:0:0:0:0:1:0:0
# td可设置1:1:1:1:1:1:1:1:1:1:1:0
# ALIGN_BY_DEVICE=false

################ Workload:相关参数 ######################
# workload的缓冲区的大小
Expand Down

0 comments on commit 7bbf5f0

Please sign in to comment.