当前位置:网站首页>【TPC-DS】25张表的详细介绍,SQL的查询特征
【TPC-DS】25张表的详细介绍,SQL的查询特征
2022-08-03 07:58:00 【51CTO】
TPC-DS测试会生成25张表,其中包括7张业务数据的事实表,17张业务数据的维度表,还有1张TPC-DS的系统表(与性能测试无关)

表类型 | 表名称 | 说明 |
事实表 | catalog_sales | 通过catalog渠道销售商品的订单信息 |
catalog_returns | 通过catalog渠道销售商品的退货信息 | |
store_sales | 通过store渠道销售商品的订单信息 | |
store_returns | 通过store渠道销售商品的退货信息 | |
web_sales | 通过Web渠道销售商品的订单信息 | |
web_returns | 通过Web渠道销售商品的退货信息 | |
inventory | 仓储相关信息 | |
维度表 | call_center | 客户服务中心相关信息 |
catalog_page | 商品目录相关信息 | |
customer | 客户相关信息 | |
customer_address | 客户地址信息 | |
customer_demographics | 客户基本信用信息 | |
date_dim | 时间维度信息 | |
household_demographics | 家庭基本信用信息 | |
income_band | 收入信息 | |
item | 商品信息 | |
promotion | 商品促销信息 | |
reason | 用户退货原因 | |
ship_mode | 商品快递信息 | |
store | 商户信息 | |
time_dim | 时间维度信息 | |
warehouse | 仓库级别信息 | |
web_page | 商品网页基本信息 | |
web_site | 商品网站基本信息 | |
系统表 | dbgen_version | TPC-DS的命令记录 |
1.作者:Syw
2.本文版权归作者所有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。
3.如果文中有什么错误,欢迎指出。以免更多的人被误导。
边栏推荐
猜你喜欢
随机推荐
用云机器/虚拟机架设方舟游戏?
Roson的Qt之旅#104 QML Image控件
国内IT市场还有发展吗?有哪些创新好用的IT运维工具可以推荐?
如何在安装GBase 8c数据库的时候,报错显示“Host ips belong to different cluster?
Docker启动mysql
0day_Topsec上网行为管理RCE
Shell运维开发基础(一)
基于SSM开发的的小区物业管理系统小程序源码
训练正常&异常的GAN损失函数loss变化应该是怎么样的
pyspark---encode the suuid interval (based on the number of exposures and clicks)
ArcEngine (4) Use of MapControl_OnMouseDown
品牌方发行NFT时,应如何考量实用性?
xshell开启ssh端口转发,通过公网机器访问内网机器
How to choose a reliable and formal training institution for the exam in September?
Mysql的in和exists用法区别
ArcEngine (2) loading the map document
pyspark---low frequency feature processing
热部署系统实现
【Kaggle实战】泰坦尼克号生存人数预测(从零到提交到Kaggle再到模型的保存与恢复)
面试介绍项目经验(转)









