PostgreSQL might benefit from a fd-list fsync() API
PostgreSQL might benefit from a fd-list fsync() API
Posted Jan 19, 2021 14:51 UTC (Tue) by Wol (subscriber, #4433)In reply to: PostgreSQL might benefit from a fd-list fsync() API by ringerc
Parent article: Fast commits for ext4
Does PG tend to have a lot of these (dirty files)? Because Pick, the database I'm thinking of, typically stores a single "table" in one OR MORE os files, so I could have a *lot* of dirty files open ...
Although of course, like PG, the main thing I'm concerned about is knowing that the journal is flushed ...
Cheers,
Wol
Posted Jan 22, 2021 1:15 UTC (Fri)
by ringerc (subscriber, #3071)
[Link]
PostgreSQL might benefit from a fd-list fsync() API