Re: dbsize patch

Поиск
Список
Период
Сортировка
От Ed L.
Тема Re: dbsize patch
Дата
Msg-id 200502030923.37827.pgsql@bluepolka.net
обсуждение исходный текст
Ответ на Re: dbsize patch  (Ed Loehr <ed@LoehrTech.com>)
Ответы Re: dbsize patch  ("Ed L." <pgsql@bluepolka.net>)
Список pgsql-patches
Neil, do you have a verdict on this patch?

On Friday January 28 2005 10:30, Ed L. wrote:
> If the C code for the prior dbsize patch is not acceptable for
> whatever reason, here's a SQL-based patch to replace it.  It's
> not a drop-in for 7.3/7.4 as I'd hoped, only an 8.1 patch.  I
> believe it is functionally equivalent to the C patch, but
> simpler, shorter, and probably a tad slower. I also removed
> the README section on how to aggregate since it was
> incomplete/incorrect (it didn't count toasted indices) and
> added a SQL function that itemizes the size for a relation's
> table and index data (helpful to us in identifying bloat,
> measuring performance, capacity estimation, etc).
>
> Ed


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

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: Re: Refactoring lock.c
Следующее
От: Tom Lane
Дата:
Сообщение: buffer manager refactoring to isolate ARC algorithm