Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
P
Practical-Cryptdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Zhaozhen
Practical-Cryptdb
Commits
b3df5e91
Commit
b3df5e91
authored
May 17, 2017
by
casualet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
able to specify num of warehouse
parent
77be31b1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
2 deletions
+3
-2
.gitignore
.gitignore
+1
-0
normalbenchmark.sh
packages/tls/tpcc-mysql/normalbenchmark.sh
+2
-2
No files found.
.gitignore
View file @
b3df5e91
...
@@ -16,3 +16,4 @@ tags
...
@@ -16,3 +16,4 @@ tags
readFile
readFile
writeFile
writeFile
*CMakeFiles*
*CMakeFiles*
*all*
packages/tls/tpcc-mysql/normalbenchmark.sh
View file @
b3df5e91
...
@@ -3,6 +3,6 @@
...
@@ -3,6 +3,6 @@
mysql
-uroot
-pletmein
-h127
.0.0.1
-e
"drop database if exists tpcc1000"
mysql
-uroot
-pletmein
-h127
.0.0.1
-e
"drop database if exists tpcc1000"
mysql
-uroot
-pletmein
-h127
.0.0.1
-e
"create database tpcc1000"
mysql
-uroot
-pletmein
-h127
.0.0.1
-e
"create database tpcc1000"
mysql
-uroot
-pletmein
-h127
.0.0.1 tpcc1000 < create_table.sql
mysql
-uroot
-pletmein
-h127
.0.0.1 tpcc1000 < create_table.sql
./tpcc_load
-h127
.0.0.1
-uroot
-pletmein
-d
tpcc1000
-w
2
./tpcc_load
-h127
.0.0.1
-uroot
-pletmein
-d
tpcc1000
-w
$1
mysqldump
--skip-extended-insert
-uroot
-pletmein
-h127
.0.0.1 tpcc1000
>
all.sql
mysqldump
--skip-extended-insert
-uroot
-pletmein
-h127
.0.0.1 tpcc1000
>
all
$1
.sql
mysql
-uroot
-pletmein
-h127
.0.0.1
-e
"drop database if exists tpcc1000"
mysql
-uroot
-pletmein
-h127
.0.0.1
-e
"drop database if exists tpcc1000"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment