Quote:
[SIZE=1]Originally posted by aus
I have run some benchmarks of my own that do not look anything like that.
|
ahhh interesting ....
the power of InnodDB marketing

.... quite disappointing...
May be the difference stay with the use of indexes.... ?
quoting from ...
http://www.innodb.com/bench.html
"
...
I wrote a Perl program which inserts 100 000 rows to a table with 3 integer columns and two indexes. Then another Perl program fetches each row either through a secondary index or the primary key.
The Perl programs for each test are at the end of this web page.
".
In peformace analisis, indexes playe a BIG role...
I'm sorry not having php installed (i'm just a beginner with Mysql...) but
I suggest a db example, to find if the peformance in and indexed Innodb database overcome the MyIsam perfomance:
Database:
a three fields database (
ID-counter-pk,
ind- integer- indexed
data- varchar - )
We (you

) can Create the db, setting the ind field to the recnum.
Then, acces them (better randomly, but I think is the same as you acces them by an indexed field...) and update the data value.
May the perfomance will change ?
Quote:
|
I got results of a little over 7 sec for MyISAM and a little more than 39 sec for InnoDB on my PIII 500.
|
Can you make me a favor ?
If you got the MS MSDE engine (the "open" SQL server, Desktop edition) can you run the same test with it, just to have an idea of which are the perf. differences between the two referential-constrain solution ....(InnoDB vs MSDE).
I would very apprechiate ....
H2O