Re: Performance with very large tables

Поиск
Список
Период
Сортировка
От Richard Huxton
Тема Re: Performance with very large tables
Дата
Msg-id 45AB659E.7070401@archonet.com
обсуждение исходный текст
Ответ на Re: Performance with very large tables  ("Jan van der Weijde" <Jan.van.der.Weijde@attachmate.com>)
Список pgsql-general
Jan van der Weijde wrote:
> Thank you.
> It is true he want to have the first few record quickly and then
> continue with the next records. However without LIMIT it already takes a
> very long time before the first record is returned.
> I reproduced this with a table with 1.1 million records on an XP machine
> and in my case it took about 25 seconds before the select returned the
> first record. I tried it both interactively with pgAdmin and with a
> C-application using a cursor (with hold). Both took about the same time.

That doesn't sound right to me, not for a straigforward SELECT * FROM
where there's no sorting etc.

--
   Richard Huxton
   Archonet Ltd

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

Предыдущее
От: Richard Huxton
Дата:
Сообщение: Re: Performance with very large tables
Следующее
От: "Shoaib Mir"
Дата:
Сообщение: Re: Performance with very large tables