Re: Disk filling, CPU filling, renegade inserts and deletes? - Mailing list pgsql-performance

From Tom Lane
Subject Re: Disk filling, CPU filling, renegade inserts and deletes?
Date
Msg-id 12135.1114280225@sss.pgh.pa.us
Whole thread Raw
In response to Re: Disk filling, CPU filling, renegade inserts and deletes?  (Richard Plotkin <richard@richardplotkin.com>)
Responses Re: Disk filling, CPU filling, renegade inserts and deletes?
List 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 by date:

Previous
From: Richard Plotkin
Date:
Subject: Re: Disk filling, CPU filling, renegade inserts and deletes?
Next
From: Josh Berkus
Date:
Subject: Re: Joel's Performance Issues WAS : Opteron vs Xeon