Re: Very slow joins

From: MS <fretka1990(at)gmail(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Very slow joins
Date: 2009-07-24 20:40:07
Message-ID: 74a6683b-5ecd-4305-ba9a-f713ba0e35f6@k6g2000yqn.googlegroups.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> I never cease to be amazed at how many times people have these monster
> CPUs, like dual quad core 3Ghz processors, with 16GB or whatever of ram,
> and then try and run a database off a single 7200 rpm desktop SATA
> drive.    at work our production databases often run on dozens of 10000
> or 15000 rpm drives, organized as raid1+0's.

Yeah. I just took the effort and copied all data from those tables to
mysql and run an equivalent query - all took around 1 minute to
execute.
So either me or postgres is seriously broken. ;) I'm going back to
mysql. :(

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Denis BUCHER 2009-07-24 20:43:06 Re: Best way to import data in postgresl (not "COPY")
Previous Message Joshua D. Drake 2009-07-24 18:35:21 Re: Replication from Postgres to EDB