Re: Disk filling, CPU filling, renegade inserts and deletes?
В списке pgsql-performance по дате отправления:
| От | 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 по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера