Re: Performance (was: The New Slashdot Setup (includes MySql server))

Поиск
Список
Период
Сортировка
От Michael A. Olson
Тема Re: Performance (was: The New Slashdot Setup (includes MySql server))
Дата
Msg-id 200005191656.JAA19183@triplerock.olsons.net
обсуждение исходный текст
Ответ на Re: Performance (was: The New Slashdot Setup (includes MySql server))  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Performance (was: The New Slashdot Setup (includes MySql server))  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список pgsql-hackers
At 12:39 PM 5/19/00 -0400, Tom Lane wrote:

> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> 
> > We have indexes on all system tables that need it.
> 
> There isn't any fundamental reason why the planner can't be using an
> index to scan pg_index; we just need to code it that way.  Right now
> it's coded as a sequential scan.

Eliminating the hard-coded seqscans of catalogs in the bowels of the
system was the hardest part of the project.  As I said, it was good
to do.  It made parsing and planning queries much, much faster.
                mike



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: CVS commit broken
Следующее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: OO Patch