Skip to content

Commit 0a5b378

Browse files
committed
Rename tpch_tiny.sql.tar.gz to tpch_tiny.sql.tar.gz
This removes the tar layer for a single file.
1 parent d7f16f9 commit 0a5b378

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ cache
2424
*.out
2525
videx.egg-info
2626
tpch_tiny.sql
27+
!example/tpch_tiny.sql.gz
2728
videx_metadata_tpch_tiny.json
2829
dist
2930
data

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -184,11 +184,11 @@ cd $VIDEX_HOME
184184
mysql -h127.0.0.1 -P13308 -uvidex -ppassword -e "create database tpch_tiny;"
185185

186186
# Import data
187-
tar -zxf data/tpch_tiny/tpch_tiny.sql.tar.gz
187+
gunzip data/tpch_tiny/tpch_tiny.sql.gz
188188
mysql -h127.0.0.1 -P13308 -uvidex -ppassword -Dtpch_tiny < tpch_tiny.sql
189189
```
190190

191-
**For Windows Uesrs**
191+
**For Windows Users**
192192
```cmd
193193
# Change to project directory (assuming VIDEX_HOME environment variable is set)
194194
cd %VIDEX_HOME%
@@ -198,7 +198,7 @@ cd %VIDEX_HOME%
198198
mysql -h127.0.0.1 -P13308 -uvidex -ppassword -e "create database tpch_tiny;"
199199
200200
# Import data
201-
tar -zxf data/tpch_tiny/tpch_tiny.sql.tar.gz
201+
gunzip data/tpch_tiny/tpch_tiny.sql.gz
202202
mysql -h127.0.0.1 -P13308 -uvidex -ppassword -Dtpch_tiny < tpch_tiny.sql
203203
```
204204

README_zh.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ cd %VIDEX_HOME%
185185
mysql -h127.0.0.1 -P13308 -uvidex -ppassword -e "create database tpch_tiny;"
186186

187187
# 导入数据
188-
tar -zxf data/tpch_tiny/tpch_tiny.sql.tar.gz
188+
gunzip data/tpch_tiny/tpch_tiny.sql.gz
189189
mysql -h127.0.0.1 -P13308 -uvidex -ppassword -Dtpch_tiny < tpch_tiny.sql
190190
```
191191

@@ -199,7 +199,7 @@ cd %VIDEX_HOME%
199199
mysql -h127.0.0.1 -P13308 -uvidex -ppassword -e "create database tpch_tiny;"
200200
201201
# 导入数据
202-
tar -zxf data/tpch_tiny/tpch_tiny.sql.tar.gz
202+
gunzip data/tpch_tiny/tpch_tiny.sql.gz
203203
mysql -h127.0.0.1 -P13308 -uvidex -ppassword -Dtpch_tiny < tpch_tiny.sql
204204
```
205205

data/tpch_tiny/tpch_tiny.sql.gz

3.48 MB
Binary file not shown.
-3.48 MB
Binary file not shown.

0 commit comments

Comments
 (0)