Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Keshava Munegowda <[email protected]>
  • Loading branch information
kmgowda authored May 15, 2020
1 parent 21653f9 commit dd0e2c9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions driver-jdbc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ An example command to run the SBK benchmarking is
Make sure the user name and passwords are same while running the postgreSQL server and SBK benchmarking.
generally **'postgres'** is the name of the database available by default.

##JDBC with Microsoft SQL Server
## JDBC with Microsoft SQL Server
The SBK with JDBC is tested with Microsoft SQL server. Visit this page : https://www.postgresql.org to download developer or expression editions of MS SQL.
you can run the MS SQL docker image as follows.

Expand All @@ -96,11 +96,11 @@ An example command to run the SBK benchmarking is
```
Make sure the user name is `sa` and passwords are same while running the MS SQL server and SBK benchmarking.

##JDBC with SQLite
## JDBC with SQLite
The SBK with JDBC is tested with embedded SQL data base SQLite. Visit this page : https://www.sqlite.org/index.html to know more.

An example command to run the SBK benchmarking is
```
./build/install/sbk/bin/sbk -class jdbc -driver org.sqlite.JDBC -url jdbc:sqlite:test.db -table kmg_2 -size 100 -writers 1 -time 60
```
Note that, SQLite is a local on disk database, it does not supports multiple wrtiers and it supports mulitple readers benchmarking.
Note that, SQLite is a local on disk database, it does not supports multiple wrtiers and it supports mulitple readers benchmarking.

0 comments on commit dd0e2c9

Please sign in to comment.