Re: fairly current mysql v postgresql comparison need for
От | scott.marlowe |
---|---|
Тема | Re: fairly current mysql v postgresql comparison need for |
Дата | |
Msg-id | Pine.LNX.4.33.0303241122590.23224-100000@css120.ihs.com обсуждение исходный текст |
Ответ на | fairly current mysql v postgresql comparison need for advocacy (merlyn@stonehenge.com (Randal L. Schwartz)) |
Список | pgsql-general |
On 24 Mar 2003, Randal L. Schwartz wrote: > > I'm getting beaten up by the mysql users around me because they claim > that MySQL 4.x with InnoDB solves all of the ACID problems, so Pg no > longer pulls clearly ahead. > > Has anyone examined this closely so that I have some nice things to > say about Pg instead? > > Also, has anyone done a MySQL 4.x v Pg 7.{2,3}.x comparison recently? > All of the comparisons I saw in google were older. Try this one: Setup a postgresql database. Make sure fsync is on (the default.) Make sure you're using a journaling file system, like ext3 or xfs for your data. Initiate 100 simultaneous transactions (pgbench works well for this.) Pull the plug while they are running. Turn your machine back on. Check the consistency of your database. It should be ok after recovery. Do the same to MySQL. Repeat the above tests over and over. Contrast and compare.
В списке pgsql-general по дате отправления: