Finding the size of your biggest relations

Поиск
Список
Период
Сортировка
От Artem Tomyuk
Тема Finding the size of your biggest relations
Дата
Msg-id CANYYVqJrOSYCaryawYt95f-hQR6FHjMAk7CZ6eycb5i=GSu-Zg@mail.gmail.com
обсуждение исходный текст
Ответы Re: Finding the size of your biggest relations  (hubert depesz lubaczewski <depesz@depesz.com>)
Список pgsql-admin
Hi all.

i am running this query to get to 20 biggest tables but getting only pg_temp** records like this without size:

"pg_toast_temp_39.pg_toast_1384618609";""
"pg_toast_temp_146.pg_toast_1384509547_index";""
"pg_temp_5.tt_photo";""
"pg_toast_temp_146.pg_toast_1384494807";""
"pg_temp_58.tt_category_action_brands_АкцияГУИД_idx";""
"pg_toast_temp_56.pg_toast_1384618787_index";""
"pg_toast_temp_47.pg_toast_1384618711";""
"pg_toast_temp_58.pg_toast_1384618621_index";""
"pg_toast_temp_5.pg_toast_1384618426_index";""
"pg_temp_32.tt1";""
"pg_temp_5.tt_accessory_kit_composition_НоменклатураГУИД_idx";""
"pg_toast_temp_112.pg_toast_1384472524";""
"pg_toast_temp_27.pg_toast_1384618423_index";""

How can i fix it? As i understand this is temp tables that was created during run of some heavy queries that didn't fit in to work_mem and was dumped on disk.
How i can remove it from stats, just restart postgre will help?
pgsql_tmp dir doesn't contain those files, so i can assume that they already deleted from disk?


Thanks!

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

Предыдущее
От: Κοκμάδης Δημήτριος
Дата:
Сообщение: Streaming Replication Error
Следующее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: Finding the size of your biggest relations