Re: Disk filling, CPU filling, renegade inserts and deletes?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Disk filling, CPU filling, renegade inserts and deletes?
Дата
Msg-id 12135.1114280225@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Disk filling, CPU filling, renegade inserts and deletes?  (Richard Plotkin <richard@richardplotkin.com>)
Ответы Re: Disk filling, CPU filling, renegade inserts and deletes?
Список pgsql-performance
Richard Plotkin <richard@richardplotkin.com> writes:
> /usr/local/pgsql/data/base/17234/42791
> /usr/local/pgsql/data/base/17234/42791.1
> /usr/local/pgsql/data/base/17234/42791.2
> /usr/local/pgsql/data/base/17234/42791.3
> ...

Well, that is certainly a table or index of some kind.

Go into database 17234 --- if you are not certain which one that is, see
    select datname from pg_database where oid = 17234
and do
    select relname from pg_class where relfilenode = 42791

The only way I could see for this to not find the table is if the table
creation has not been committed yet.  Do you have any apps that create
and fill a table in a single transaction?

            regards, tom lane

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

Предыдущее
От: Richard Plotkin
Дата:
Сообщение: Re: Disk filling, CPU filling, renegade inserts and deletes?
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Joel's Performance Issues WAS : Opteron vs Xeon