From: | "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com> |
---|---|
To: | Philip Yarra <philip(at)utiba(dot)com> |
Cc: | "Marc G(dot) Fournier" <scrappy(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: PostgreSQL not ACID compliant? |
Date: | 2003-09-20 01:11:09 |
Message-ID: | 3F6BA92D.6070800@commandprompt.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Hello,
Actually if you really want to scare them.
1. Use Innodb
2. Create 5000 inserts with at least 5k of data. The table needs to have
a primary key.
3. Insert the 5000 records for 50 connections (250,000 inserts).
4. Watch the deadlocks fly.
They didn't believe me. Then the guy tried it live on #mysql... and it
crashed. He blamed
it on the fact he only gave 8 meg to Innodb.
Sincerely,
Joshua Drake
Philip Yarra wrote:
>It's funny timing - I had to prepare a comparison between PostgreSQL and
>MySQL recently, explaining why we would prefer PostgreSQL. I know some
>people here have issues with the MySQL crashme test results, but I have to
>say I found it possibly one of the best postgreSQL advertisements
>available. A 4-way comparison between Sybase, Oracle, MySQL and PostgreSQL
>shows PostgreSQL in an extremely flattering light.
>
>Given the missing features in MySQL (column constraints and views, for
>god's sake!) I had to
>conclude that we couldn't implement most of our projects in MySQL, even if
>we wanted to. I have trouble believing MySQL was suggested as a viable
>alternative.
>
>I know I'm preaching to the choir here, but thought you might find it of
>interest.
>
>Regards, Philip Yarra.
>
>
--
Command Prompt, Inc., home of Mammoth PostgreSQL - S/ODBC and S/JDBC
Postgresql support, programming shared hosting and dedicated hosting.
+1-503-222-2783 - jd(at)commandprompt(dot)com - http://www.commandprompt.com
The most reliable support for the most reliable Open Source database.
From | Date | Subject | |
---|---|---|---|
Next Message | Christopher Browne | 2003-09-20 01:13:09 | Re: PostgreSQL not ACID compliant? |
Previous Message | Philip Yarra | 2003-09-20 01:05:58 | Re: PostgreSQL not ACID compliant? |