Skip to content

Commit

Permalink
update clickhouse config (#1367)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 authored Jan 11, 2022
1 parent 9cafcbc commit 7122425
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@
# ClickHouse 分区数
numPartition:"5"
table:"player"
sentence:"select * from player"
# 在 fields 里指定 player 表中的列名称,其对应的 value 会作为 Nebula Graph 中指定属性。
Expand Down Expand Up @@ -185,6 +186,7 @@
user:"user"
password:"123456"
numPartition:"5"
table:"team"
sentence:"select * from team"
fields: [name]
nebula.fields: [name]
Expand Down Expand Up @@ -220,7 +222,8 @@
# ClickHouse 分区数
numPartition:"5"
table:"follow"
sentence:"select * from follow"
# 在 fields 里指定 follow 表中的列名称,其对应的 value 会作为 Nebula Graph 中指定属性。
Expand Down

0 comments on commit 7122425

Please sign in to comment.