Re: Data Warehouse Reevaluation - MySQL vs Postgres --

From: Michael Kleiser <mkl(at)webde-ag(dot)de>
To: "Leeuw van der, Tim" <tim(dot)leeuwvander(at)nl(dot)unisys(dot)com>
Cc: "Steinar H(dot) Gunderson" <sgunderson(at)bigfoot(dot)com>, PostgreSQL Performance List <pgsql-performance(at)postgresql(dot)org>
Subject: Re: Data Warehouse Reevaluation - MySQL vs Postgres --
Date: 2004-09-14 14:23:02
Message-ID: 4146FEC6.2040007@webde-ag.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

What MySQl-table-type did you use?
Was it "MyISAM" which don't supports transactions ?
Yes I read about that bulk-inserts with this table-type are very fast.
In Data Warehouse one often don't need transactions.

Leeuw van der, Tim schrieb:
>
> -----Original Message-----
> From: pgsql-performance-owner(at)postgresql(dot)org
> [mailto:pgsql-performance-owner(at)postgresql(dot)org]On Behalf Of Steinar H.
> Gunderson
> Sent: Tuesday, September 14, 2004 3:33 PM
> To: PostgreSQL Performance List
> Subject: Re: [PERFORM] Data Warehouse Reevaluation - MySQL vs Postgres --
>
>
> > On Tue, Sep 14, 2004 at 02:42:20PM +0200, Leeuw van der, Tim wrote:
> > > - PostgreSQL 7.3 running on CYGWIN with cygipc daemon
> >
> > Isn't this doomed to kill your performance anyhow?
>
> Yes and no, therefore I mentioned it explicitly as one of the caveats.
> When doing selects I could get performance very comparable to MySQL, so
> I don't want to blame poor insert-performance on cygwin/cygipc per se.
> I'm not working on this app. anymore and don't have a working
> test-environment for it anymore so I cannot retest now with more recent
> versions.
>
> regards,
>
> --Tim
>
> >
> > /* Steinar */
> > --
> > Homepage: http://www.sesse.net/
>
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 8: explain analyze is your friend
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Stephen Frost 2004-09-14 14:33:03 Re: Data Warehouse Reevaluation - MySQL vs Postgres --
Previous Message Harald Fuchs 2004-09-14 14:15:43 Re: Data Warehouse Reevaluation - MySQL vs Postgres --