Re: Problem with indexes

Поиск
Список
Период
Сортировка
От Chris Albertson
Тема Re: Problem with indexes
Дата
Msg-id 20011211222219.12828.qmail@web14704.mail.yahoo.com
обсуждение исходный текст
Ответ на Problem with indexes  (Przemyslaw Kowalczyk <przemyslaw.kowalczyk@engine.com.pl>)
Список pgsql-general
I think you have to do a vacuum analize.

For very small tables seq scan is faster then index scan.
After vacuum analize postgres will know the table size.

--- Przemyslaw Kowalczyk <przemyslaw.kowalczyk@engine.com.pl> wrote:
> Hi.
>
> I'm trying to manage apache access logs with Postgresql (7.1). I've
> parsed
> last month access logs for one of our sites into database. There are
> about
> 900 000 records. Then I've created index:
<SNIP>

=====
Chris Albertson
  Home:   310-376-1029  chrisalbertson90278@yahoo.com
  Cell:   310-990-7550
  Office: 310-336-5189  Christopher.J.Albertson@aero.org

__________________________________________________
Do You Yahoo!?
Check out Yahoo! Shopping and Yahoo! Auctions for all of
your unique holiday gifts! Buy at http://shopping.yahoo.com
or bid at http://auctions.yahoo.com

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

Предыдущее
От: Chris Albertson
Дата:
Сообщение: Re: How would i do this?
Следующее
От: Chris Albertson
Дата:
Сообщение: Re: primary key generation