Arjen posted a good note about MyISAM concurrent-insert features, though I should mention concurrent-insert can be cause of scalablity and peformance problems on SMP boxes, especially on queries processing range-queries. The reason of problems is POSIX read-write locks, which are used to protect key_buffer from concurrent changes and called for each processed row. More info [...]
MyISAM concurrent insert
Filed Under: Benchmarks, Insight for DBAs Tagged With: MyISAM, Operating Systems
Jeremy Cole on MySQL Replication
Jeremy Cole recently posted very nice post about MySQL Replication Performance. There are however few points I should comment on. Jeremy Speaks about MyISAM and Innodb in the same terms, in fact they are quite different for Replication. As you probably know MyISAM uses buffered IO so if master crashes you’re out of sync anyway [...]
Filed Under: Insight for DBAs Tagged With: Disk Performance, InnoDB, MyISAM, Operating Systems, Replication

