idle process & autovacuum

Поиск
Список
Период
Сортировка
От Gauthier, Dave
Тема idle process & autovacuum
Дата
Msg-id 482E80323A35A54498B8B70FF2B879800465E6F9C2@azsmsx504.amr.corp.intel.com
обсуждение исходный текст
Ответы Re: idle process & autovacuum  (Brad Nicholson <bnichols@ca.afilias.info>)
Список pgsql-general

Hi:

 

I have a perl/dbi script that’s loading a lot of data into a DB (probably about 8,000,000 records).  pg_stat_activity shows the script’s activity alongside another process with current_query as...

 

autovacuum: ANALYZE public.instance_pins

 

The total instance_pins table cardinality is about 60,000,000.  The script inserts records but never updates or deletes anything.  And before the script runs, the table is truncated.  The script’s process seems to be stalled in the meantime.

 

This is a new phenomena as of yesterday. The only change is that I added an index on that table.  But I created the new index yesterday (create index...) and it completed OK.

 

What does this message mean in that context?  Is this indicative of someting being misconfigured in the DB?

 

version 8.3.4 on Linux.

 

Thanks !

 

 

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

Предыдущее
От: Derrick Rice
Дата:
Сообщение: Re: select a list of column values directly into an array
Следующее
От: Brad Nicholson
Дата:
Сообщение: Re: idle process & autovacuum