Re: [HACKERS] char types gone.

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [HACKERS] char types gone.
Дата
Msg-id 199803250239.VAA24516@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] char types gone.  (darrenk@insightdist.com (Darren King))
Список pgsql-hackers
> > Yes, but if they are never referenced, the cache is empty for those
> > types.  Unless there is some performance change with their removal, why
> > remove them?  Disk space of binary?
>
> How does the cache really work then?  Does one pg disk block map to one buffer?
>
> When you say "the cache is empty for those types.", what do you mean?

I believe the buffer page cache does load in those types if they are in
the same page as a requsted type, but the relation/function caches only
store in requested relations/functions, as far as I know.

--
Bruce Momjian                          |  830 Blythe Avenue
maillist@candle.pha.pa.us              |  Drexel Hill, Pennsylvania 19026
  +  If your life is a hard drive,     |  (610) 353-9879(w)
  +  Christ can be your backup.        |  (610) 853-3000(h)

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

Предыдущее
От: Michal Mosiewicz
Дата:
Сообщение: Optimizer fails?
Следующее
От: "Vadim B. Mikheev"
Дата:
Сообщение: Re: AW: [HACKERS] Begin statement again