Re: Very slow joins

From: Merlin Moncure <mmoncure(at)gmail(dot)com>
To: MS <fretka1990(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Very slow joins
Date: 2009-07-24 23:21:32
Message-ID: b42b73150907241621r4d794499r777ad2959b83ddc4@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On Fri, Jul 24, 2009 at 4:40 PM, MS<fretka1990(at)gmail(dot)com> wrote:
>
>> 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. :(

can we see an explain analyze at least?

merlin

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Erik Jones 2009-07-24 23:42:55 Re: Re: user/grant - best practices handling permission in production system
Previous Message Brian A. Seklecki 2009-07-24 23:02:18 Disable databse listing for non-superuser (\l) ?