Skip to content

Instantly share code, notes, and snippets.

@euskadi31
Created April 23, 2012 12:24
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/8b843d601e5e1d613c10 to your computer and use it in GitHub Desktop.
Save euskadi31/8b843d601e5e1d613c10 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] => 0.98811411857605
[2] => 0.85396313667297
[3] => 0.84157109260559
)
[Update] => Array
(
[1] => 31.193935155869
[2] => 58.456727027893
[3] => 92.489399909973
)
[Select] => Array
(
[1] => 11.886765956879
[2] => 19.981410980225
[3] => 27.627321004868
)
)
Array
(
[Insert] => Array
(
[1] => 11.092283010483
[2] => 10.495447874069
[3] => 9.1344990730286
)
[Update] => Array
(
[1] => 5.4649600982666
[2] => 4.1190509796143
[3] => 4.0829930305481
)
[Select] => Array
(
[1] => 0.70385885238647
[2] => 0.81952309608459
[3] => 0.94472599029541
)
)
Array
(
[Insert] => Array
(
[1] => 2.200777053833
[2] => 1.8729681968689
[3] => 1.8331468105316
)
[Update] => Array
(
[1] => 0.88000011444092
[2] => 0.86755895614624
[3] => 0.85616493225098
)
[Select] => Array
(
[1] => 0.61585593223572
[2] => 0.6510488986969
[3] => 0.73017501831055
)
)
Array
(
[Insert] => Array
(
[1] => 2.0085759162903
[2] => 2.3495290279388
[3] => 2.0461831092834
)
[Update] => Array
(
[1] => 1.055083990097
[2] => 0.99546694755554
[3] => 0.97766613960266
)
[Select] => Array
(
[1] => 0.63687610626221
[2] => 0.75005388259888
[3] => 0.90571188926697
)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment