On 17/06/2021 08:45, Dilip Kumar wrote:
> Another problem with directly scanning the directory is, how we
> are supposed to get the "relpersistence" which is stored in pg_class
> tuple right?
You only need relpersistence if you want to use the buffer cache, right?
I think that's a good argument for not using it.
- Heikki