Look at heap_beginscan()

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Look at heap_beginscan()
Дата
Msg-id 200006070423.AAA10694@candle.pha.pa.us
обсуждение исходный текст
Ответы Re: Look at heap_beginscan()  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Just do a search for heap_beginscan() and look at all those system table
heap scans.  Clearly, for large installations, we should be doing index
scans.

Seems like we should consider identifying all of the needed system
indexes.  I can add all indexes at one time, and people can go around
and modify heap scans to index scans with heap_fetches of the tid if
required.

Comments?

--  Bruce Momjian                        |  http://www.op.net/~candle pgman@candle.pha.pa.us               |  (610)
853-3000+  If your life is a hard drive,     |  830 Blythe Avenue +  Christ can be your backup.        |  Drexel Hill,
Pennsylvania19026
 


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

Предыдущее
От: Lamar Owen
Дата:
Сообщение: Re: Odd release numbers for development versions?
Следующее
От: Bruce Momjian
Дата:
Сообщение: Use of system indexes