Skip to content

Commit 8b5eec1

Browse files
committed
Added Performance graph
1 parent 251905a commit 8b5eec1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

+7
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,13 @@ make sure LD_LIBRARY_PATH contains the MariaDB/MySQL .so file directory path. Us
6464
* OSX: Same as above. In this case the file will be something like libmysqlclient.dylib.
6565
* Windows: There is no `@windows_only lib_choices` currently. Please add one and send a pull request.
6666

67+
# Performance
68+
69+
A total of 67,000 insert queries were executed batch wise in batch sizes of 50, 100, 150 ... so on.
70+
The time taken for all the queries to complete is plotted on the y axis and the batch sizes on x axis.
71+
72+
![alt tag](https://github.com/nkottary/nishanth.github.io/blob/master/plot.svg)
73+
6774
# Types (Derived from [DBI.jl](https://github.com/JuliaDB/DBI.jl))
6875

6976
* `MySQL5`: An abstract subtype of DBI.DatabaseSystem

0 commit comments

Comments
 (0)