[TYPO3-dev] Quick speed test mysql vs mysqli, for now a win for mysql

Martin Kutschker Martin.Kutschker at n0spam-blackbox.net
Tue Oct 9 13:16:11 CEST 2007


ries van Twisk schrieb:
> Hey Guys,
> 
> today I did a very quick speedtest for mysql native and mysqli with 
> prepared statements.
> 
> I filled a simpel table with 1000 records and each records has one test 
> field with 1Kbye of random textual content.

I think that the cached version is faster because a) the query plan is not 
expensive for the simple query and b) the query cache is large enough to 
hold all of those random queries.

Masi




More information about the TYPO3-dev mailing list