Its almost a month since I promised Heikki Tuuri to answer Innodb Questions. Heikki is a busy man so I got answers to only some of the questions but as people still poking me about this I decided to publish the answers I have so far. Plus we may get some interesting follow up questions [...]
Heikki Tuuri Innodb answers – Part I
Filed Under: Insight for Developers Tagged With: Community, InnoDB
MyISAM concurrent insert
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 [...]
Filed Under: Benchmarks, Insight for DBAs Tagged With: MyISAM, Operating Systems

