Re: [HACKERS] Slow - grindingly slow - query

From: Vadim Mikheev <vadim(at)krs(dot)ru>
To: Theo Kramer <theo(at)flame(dot)co(dot)za>
Cc: pgsql-hackers(at)postgreSQL(dot)org
Subject: Re: [HACKERS] Slow - grindingly slow - query
Date: 1999-11-12 05:52:29
Message-ID: 382BAB1D.4AF25BFE@krs.ru
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Theo Kramer wrote:
>
> > Try something like
> >
> > select accountdetail.domain from accountdetail where
> > not exists (select accountmaster.domain from accountmaster where
> > accountmaster.domain = accountdetail.domain);
>
> This takes 5 seconds - wow!

> I did the same on Informix Online 7 and it took less than two minutes...
^^^^^^^^^^^
Could you run the query above in Informix?
How long would it take to complete?

Vadim

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1999-11-12 06:07:46 Re: failure of \e in psql
Previous Message Theo Kramer 1999-11-12 05:09:15 Re: [HACKERS] Slow - grindingly slow - query