Discussion:
[GENERAL] files in database directory
(too old to reply)
Grigory Smolkin
2016-08-02 13:44:32 UTC
Permalink
Hello, everyone!

I found some files in postgresql database directory:

t13_14363083
t13_14363081
t13_14363098

Some of them are quite old. Can someone explain their purpose?
--
Grigory Smolkin
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
Adrian Klaver
2016-08-02 13:51:33 UTC
Permalink
Post by Grigory Smolkin
Hello, everyone!
t13_14363083
t13_14363081
t13_14363098
Some of them are quite old. Can someone explain their purpose?
https://www.postgresql.org/docs/9.5/static/storage-file-layout.html
"
... But for temporary relations, the file name is of the form tBBB_FFF,
where BBB is the backend ID of the backend which created the file, and
FFF is the filenode number. ...
"
Post by Grigory Smolkin
--
Grigory Smolkin
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
--
Adrian Klaver
***@aklaver.com
--
Sent via pgsql-general mailing list (pgsql-***@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
Grigory Smolkin
2016-08-02 14:26:30 UTC
Permalink
Post by Adrian Klaver
Post by Grigory Smolkin
Hello, everyone!
t13_14363083
t13_14363081
t13_14363098
Some of them are quite old. Can someone explain their purpose?
https://www.postgresql.org/docs/9.5/static/storage-file-layout.html
"
... But for temporary relations, the file name is of the form
tBBB_FFF, where BBB is the backend ID of the backend which created the
file, and FFF is the filenode number. ...
"
Thank you, I overlooked that part.
--
Grigory Smolkin
Postgres Professional: http://www.postgrespro.com
The Russian Postgres Company
Continue reading on narkive:
Loading...