-
Notifications
You must be signed in to change notification settings - Fork 4
Test data
Youxian Tao edited this page Nov 21, 2017
·
3 revisions
测试数据为TPC-H 生成的数据。
下载地址为http://pan.baidu.com/s/1qYG6ute, 提取密码:erqh。
下载的数据为压缩包benchmark_data.zip,解压后文件夹内包含8 个文件,每个文件为一张数据表,文件名即位表名(如consumer),文件后缀为tbl。
文件中的每行为一条记录,记录内的字段之间用’|’ 分隔。
数据库管理系统原理及实现 中国人民大学信息学院 2017级硕士研究生
- Getting Started
- User Manual
- Report
- Exp1: Storage Manage
- Exp2: B+ Tree Index
- Exp3: SPJ Algorithm
- Exp4: Query Execution
- Exp5: Query Optimization
- Update
- Query-analysis, 2018.01.05
- QT-integration, 2018.01.06
- Storage-update, 2018.01.08
- PPT-update, 2018.01.13
- FAQ