There are too many filenames start with T
(T14_xxxxxxxx.1, T14_xxxxxxxx.2 .. T14_xxxxxxxx.18)
in postgresql base directory for one database.
The size of this database in base directory is 500GB with these files. After restart postgresql, these files gone out and the size of database in base/ directory is decreasing 200GB.
I read the following sites. But I can't found any thing about these files:
https://www.postgresql.org/docs/current/storage-file-layout.html#:~:text=For%20each%20database%20in%20the,system%20catalogs%20are%20stored%20there.>
Also I also used pg_relation_filepath or select pg_class table. I didn't find any thing about these files.
What are these large files in "base" directory? Are these cache files? how could the application occur these files?