Re: LIMIT Question

Поиск
Список
Период
Сортировка
От Martijn van Oosterhout
Тема Re: LIMIT Question
Дата
Msg-id 20080229102541.GA28668@svana.org
обсуждение исходный текст
Ответ на Re: LIMIT Question  ("Gurjeet Singh" <singh.gurjeet@gmail.com>)
Ответы Re: LIMIT Question
Список pgsql-general
On Fri, Feb 29, 2008 at 02:53:05PM +0530, Gurjeet Singh wrote:
> In my opinion (without looking at the code), if you have a grouping-function
> or ORDER BY or GROUP BY clause, then yes, the whole query has to be executed
> to show the first row of the result-set. But if the query doesn't have any
> of these clauses, then the DB has the ability to send back the first row
> from the result as soon as it processes it (i.e after WHERE clause
> processing), and stop the query execution there.

Except if you have an index on the column you're ordering by. Then the
server can really return the first row quickly.

Have a nice day,
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Those who make peaceful revolution impossible will make violent revolution inevitable.
>  -- John F Kennedy

Вложения

В списке pgsql-general по дате отправления:

Предыдущее
От: Oleg Bartunov
Дата:
Сообщение: Re: Text Search zero padding
Следующее
От: "Gurjeet Singh"
Дата:
Сообщение: Re: LIMIT Question