Identifying object from file on disk

Поиск
Список
Период
Сортировка
От Benjamin Krajmalnik
Тема Identifying object from file on disk
Дата
Msg-id BF337097BDD9D849A2F4B818DDB2798702943A@stash.stackdump.local
обсуждение исходный текст
Ответы Re: Identifying object from file on disk  ("Joshua D. Drake" <jd@commandprompt.com>)
Список pgsql-admin
I have a very strange situation where all of a sudden my database growth
has increased dramatically.
I made some schema changes, bit these were made to some tables which do
not have the massive insertion rate (a few fields were changed from
varchar to inet data types.
The tables which have the massive insertion rates of records were not
changed.
The tables with the high insertion rate are partitioned tables.

I would like to identify the objects which all of a sudden are frowing
at the high growth rate by using the filename (which I assune is the
OID).  I have looked at the pg_catalog schema to see if I could see an
obvious way to do this, but to no avail.  Furthermore, I hate to keep
bothering the ng with these types of questions - is there a reference
which lists the functions/views available in pg_catalog which can be
used for this type of check?

TA,

Benjamin

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

Предыдущее
От: adey
Дата:
Сообщение: Where are the temporary work / sort files please
Следующее
От: "Joshua D. Drake"
Дата:
Сообщение: Re: Identifying object from file on disk