
Conclusion:
writing in InnoDB is 6-7 times slower
reading nearly the same 
MyIsam: 100Hände: 4874ms
ohneDB: 100Hände: 4560ms
100H DBOnly: 314ms: 1H=3ms

5000 Hände, 3xLoose ohne DB: 228 sec = 100H:4.56sec 

##################################
3 players: 2 x shc_loose, loose(db)
localhost.myisam
100 hands
##################################

Total time for estimating 11 completed competitions: 2449
Total time for playing: 5533
Total time for estimating 12 completed competitions: 2268
Total time for playing: 6226
Total time for estimating 13 completed competitions: 2148
Total time for playing: 6189
Total time for playing: 4927

##################################
3 players: 2 x shc_loose, loose(db)
localhost.myisam
500 hands
##################################
Total time for estimating 2 completed competitions: 800		// 1000	// same performance!!!

##################################
3 players: 2 x shc_loose, loose(db)
localhost.myisam
50000 hands		// 100Hände: 4874ms
##################################
Total time for playing: 2437302			// 40,62 min
db:22,4 mb
Total time for estimating 1 completed competitions: 5935	// all 50100 hands
Total time for estimating 2 completed competitions: 3255
Total time for estimating 2 completed competitions: 3451
Total time for estimating 2 completed competitions: 3812
Total time for estimating 2 completed competitions: 3729
Total time for estimating 2 completed competitions: 3503
Total time for estimating 2 completed competitions: 3400	// local, 1 Connection, 250 msConn
Total time for estimating 2 completed competitions: 3700	// local, 10 Conn, 300 msConn
Total time for estimating 2 completed competitions: 6600	// vm


##################################
3 players: 2 x shc_loose, loose(db)
localhost.inno
100 hands
##################################

Total time for estimating 0 completed competitions: 79
Total time for playing: 36103
Total time for estimating 1 completed competitions: 235
Total time for playing: 37792
Total time for estimating 2 completed competitions: 343
Total time for playing: 36089
Total time for estimating 3 completed competitions: 494
Total time for playing: 35411
Total time for estimating 4 completed competitions: 614
Total time for playing: 34162

##################################
3 players: 2 x shc_loose, loose(db)
localhost.inno_t1
500 hands
##################################
Total time for playing: 183756
Total time for estimating 1 completed competitions: 343		// 500
Total time for playing: 187854
Total time for estimating 2 completed competitions: 800		// 1000	// test

##################################
3 players: 2 x shc_loose, loose(db)
localhost.inno_t1
2000 hands
##################################
Total time for estimating 2 completed competitions: 650		// 2x500 real
Total time for playing: 741279		// inno		// 370ms/hand
Total time for playing: 99266		// myisam	// 50ms/hand

######### 3000 // 2x500 + 2000
Total time for estimating 3 completed competitions: 1050	//  inno
Total time for estimating 3 completed competitions: 1050	//  myisam


