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
9e4de23c
Commit
9e4de23c
authored
May 17, 2017
by
casualet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compact mode
parent
b3df5e91
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
cryptbenchmark.sh
packages/tls/tpcc-mysql/cryptbenchmark.sh
+2
-2
normalbenchmark.sh
packages/tls/tpcc-mysql/normalbenchmark.sh
+1
-1
No files found.
packages/tls/tpcc-mysql/cryptbenchmark.sh
View file @
9e4de23c
...
@@ -3,6 +3,6 @@ mysql -uroot -pletmein -h127.0.0.1 -P3399 -e "create database tpcc1000"
...
@@ -3,6 +3,6 @@ mysql -uroot -pletmein -h127.0.0.1 -P3399 -e "create database tpcc1000"
echo
"=============================================CREATE TABLE====================================================="
echo
"=============================================CREATE TABLE====================================================="
mysql
-uroot
-pletmein
-h127
.0.0.1
-P3399
tpcc1000 < create_table.sql
mysql
-uroot
-pletmein
-h127
.0.0.1
-P3399
tpcc1000 < create_table.sql
echo
"=============================================LOAD DATA====================================================="
echo
"=============================================LOAD DATA====================================================="
mysql
-uroot
-pletmein
-h127
.0.0.1
-P3399
tpcc1000 < all.sql
mysql
-uroot
-pletmein
-h127
.0.0.1
-P3399
tpcc1000 < all
$1
.sql
echo
"=============================================DUMP DATABASE====================================================="
echo
"=============================================DUMP DATABASE====================================================="
mysqldump
--skip-extended-insert
-uroot
-pletmein
-h127
.0.0.1
tpcc1000
>
back
.sql
mysqldump
--skip-extended-insert
-uroot
-pletmein
-h127
.0.0.1
--hex-blob
tpcc1000
>
back
$1
.sql
packages/tls/tpcc-mysql/normalbenchmark.sh
View file @
9e4de23c
...
@@ -4,5 +4,5 @@ mysql -uroot -pletmein -h127.0.0.1 -e "drop database if exists tpcc1000"
...
@@ -4,5 +4,5 @@ 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
$1
./tpcc_load
-h127
.0.0.1
-uroot
-pletmein
-d
tpcc1000
-w
$1
mysqldump
--skip-extended-insert
-uroot
-pletmein
-h127
.0.0.1 tpcc1000
>
all
$1
.sql
mysqldump
--skip-extended-insert
-uroot
-pletmein
-h127
.0.0.1
--no-create-info
--hex-blob
--compact
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