Re: Problem with collector statistic

Поиск
Список
Период
Сортировка
От Gregory Stark
Тема Re: Problem with collector statistic
Дата
Msg-id 87odcmlhu7.fsf@oxford.xeocode.com
обсуждение исходный текст
Ответ на Problem with collector statistic  (Marco Aurélio V. da Silva <marcoprodata@gmail.com>)
Список pgsql-general
Marco Aurélio V. da Silva <marcoprodata@gmail.com> writes:

> Select a.CodPagador,b.Descricao
> From Frete01 a Left Outer Join Frete02 b On (a.CodPagador = b.CodCliente)
>
> explain in good dabatase:
> "Limit  (cost=0.00..46856.62 rows=55204 width=39) (actual
> time=11.205..536.761 rows=55204 loops=1)"

That doesn't match the query you describe. Notably there's no LIMIT in the
query (or the other plan)


--
  Gregory Stark
  EnterpriseDB          http://www.enterprisedb.com
  Ask me about EnterpriseDB's Slony Replication support!

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

Предыдущее
От: "Sean Z."
Дата:
Сообщение: Deploy postgres - upgrade strategy
Следующее
От: Magnus Hagander
Дата:
Сообщение: Re: Deploy postgres - upgrade strategy