Re: Seeking performance advice and explanation for high I/O on 8.3
В списке pgsql-performance по дате отправления:
| От | Robert Haas |
|---|---|
| Тема | Re: Seeking performance advice and explanation for high I/O on 8.3 |
| Дата | |
| Msg-id | 603c8f070909032005l7be4e7cg6768bd5ddd816ccb@mail.gmail.com обсуждение |
| Ответ на | Re: Seeking performance advice and explanation for high I/O on 8.3 ("Scott Otis" <scott.otis@intand.com>) |
| Список | pgsql-performance |
On Thu, Sep 3, 2009 at 7:11 PM, Scott Otis<scott.otis@intand.com> wrote:
>> Can you post to the list all the uncommented lines from your
> postgresql.conf file and attach the results of "select * from
> pg_stat_all_tables" as an attachment?
>
> I attached a CSV of "select * from pg_stat_all_tables" from one of our
> more heavily used databases. Note: I turned off stats collection and
> autvacuuming a couple days ago to see what it would do and then
> restarted postgres - I turned those back on this morning to that is why
> there aren't more autovacuumed and autoanalyzed tables.
Do you by any chance have a bazillion databases in this cluster? Can
you do these?
select sum(1) from pg_database;
select pg_relation_size('pg_database');
select sum(pg_column_size(d.*)) from pg_database;
...Robert
В списке pgsql-performance по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера