Re: SELECT very slow

From: Thomas Kellerer <spam_eater(at)gmx(dot)net>
To: pgsql-sql(at)postgresql(dot)org
Subject: Re: SELECT very slow
Date: 2005-06-09 06:56:54
Message-ID: d88ovu$mb8$1@sea.gmane.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-sql

On 09.06.2005 03:13 Alain wrote:

>
>
> Tom Lane escreveu:
>
>> Thomas Kellerer <spam_eater(at)gmx(dot)net> writes:
>>
>>> Is there anything I can do, to convince PG to return the first row
>>> more quickly?
>
>
> Are you now looking for the LIMIT ?
>
> SELECT * FROM table LIMIT 1;
>
> and when when you wnat the rest of it:
>
> SELECT * FROM table OFFSET 1;
>

No I want the whole result.

Thomas

In response to

Responses

Browse pgsql-sql by date

  From Date Subject
Next Message Thomas Kellerer 2005-06-09 06:58:51 Re: SELECT very slow
Previous Message Tom Lane 2005-06-09 05:27:04 Re: Indices and user defined operators