At 09:58 AM 8/19/2005, Andreas Pflug wrote:
>The 1-2k xact/sec for MySQL seems suspicious, sounds very much like
>write-back cached, not write-through, esp. considering that heavy
>concurrent write access isn't said to be MySQLs strength...
Don't be suspicious.
I haven't seen the code under discussion, but I have seen mySQL
easily achieve these kinds of numbers using the myISAM storage engine
in write-through cache
mode.
myISAM can be =FAST=. Particularly when decent HW is thrown at it.
Ron