Skip to content

Instantly share code, notes, and snippets.

@euskadi31
Created April 23, 2012 12:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save euskadi31/326aa60b62a834a91cfe to your computer and use it in GitHub Desktop.
Save euskadi31/326aa60b62a834a91cfe to your computer and use it in GitHub Desktop.
Config:
Nom du processeur: Intel Core 2 Duo
Vitesse du processeur: 3,06 GHz
Nombre de processeurs: 1
Nombre total de cœurs: 2
Cache de niveau 2: 3 Mo
Mémoire: 8 Go
Vitesse du bus: 1,07 GHz
insert = 10000
update = 5000
select = 2000
1er test insert, update, select sur 10000 rows
2eme test insert, update, select sur 20000 rows
3eme test insert, update, select sur 30000 rows
Array
(
[Insert] => Array
(
[1] => 1.3027069568634
[2] => 0.61151885986328
[3] => 0.71543002128601
)
[Update] => Array
(
[1] => 25.984680891037
[2] => 57.734960079193
[3] => 86.445047855377
)
[Select] => Array
(
[1] => 11.744440078735
[2] => 17.427453994751
[3] => 26.280004024506
)
)
Array
(
[Insert] => Array
(
[1] => 11.022484064102
[2] => 10.850020885468
[3] => 9.9595260620117
)
[Update] => Array
(
[1] => 5.4793260097504
[2] => 4.7381670475006
[3] => 5.505010843277
)
[Select] => Array
(
[1] => 8.5645051002502
[2] => 15.290155887604
[3] => 22.645345211029
)
)
Array
(
[Insert] => Array
(
[1] => 2.0126860141754
[2] => 1.8825018405914
[3] => 1.8995218276978
)
[Update] => Array
(
[1] => 1.3132140636444
[2] => 0.91552495956421
[3] => 0.90641903877258
)
[Select] => Array
(
[1] => 1.7449440956116
[2] => 2.8778369426727
[3] => 4.0907521247864
)
)
Array
(
[Insert] => Array
(
[1] => 2.6812479496002
[2] => 2.05823802948
[3] => 2.1805257797241
)
[Update] => Array
(
[1] => 1.1239860057831
[2] => 0.93667793273926
[3] => 0.93484997749329
)
[Select] => Array
(
[1] => 2.249666929245
[2] => 4.4705240726471
[3] => 5.4476079940796
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment