节点类型 | 节点规格 |
FE 1台 标准型 | CPU:4 cores 内存:16 GB 磁盘:增强型SSD云硬盘200 GB |
BE 3台 标准型 | CPU:16 cores 内存:64 GB 磁盘:增强型SSD云硬盘1000 GB |
sh gen-tpch-data.sh -s 100 -c 10
TPC-H 表名 | 行数 | 备注 |
REGION | 5 | 区域表 |
NATION | 25 | 国家表 |
SUPPLIER | 100万 | 供应商表 |
PART | 2000万 | 零部件表 |
PARTSUPP | 8000万 | 零部件供应表 |
CUSTOMER | 1500万 | 客户表 |
ORDERS | 1.5亿 | 订单表 |
LINEITEM | 6亿 | 订单明细表 |
# cat doris-cluster.conf# Any of FE hostexport FE_HOST='127.0.0.1'# http_port in fe.confexport FE_HTTP_PORT=8030# query_port in fe.confexport FE_QUERY_PORT=9030# Doris usernameexport USER='root'# Doris passwordexport PASSWORD=''# The database where TPC-H tables locatedexport DB='tpch_100g_decimalv3'# The scale of testing dataexport SCALE='100g' # only support '100g' or '1t'
sh create-tpch-tables.sh
sh load-tpch-data.shMySQL [tpch100g]> show data;+-----------+-------------+--------------+| TableName | Size | ReplicaCount |+-----------+-------------+--------------+| customer | 1.317 GB | 24 || lineitem | 20.880 GB | 96 || nation | 2.571 KB | 1 || orders | 6.302 GB | 96 || part | 752.470 MB | 24 || partsupp | 4.375 GB | 24 || region | 1.090 KB | 1 || supplier | 85.528 MB | 12 || Total | 33.693 GB | 278 || Quota | 1024.000 TB | 1073741824 || Left | 1023.967 TB | 1073741546 |+-----------+-------------+--------------+11 rows in set (0.00 sec)
[root@9 tpch-tools]# sh bin/run-tpch-queries.shq1: 2103q2: 305q3: 792q4: 516q5: 1036q6: 60q7: 493q8: 954q9: 4411q10: 870q11: 183q12: 1847q13: 2886q14: 165q15: 255q16: 398q17: 520q18: 1665q19: 468q20: 347q21: 1741q22: 412total time: 22427 ms
本页内容是否解决了您的问题?