mirror of
https://github.com/postgres/postgres.git
synced 2025-06-02 00:01:40 -04:00
Per discussion, nowadays it is possible to have tablespaces that have wildly different I/O characteristics from others. Setting different effective_io_concurrency parameters for those has been measured to improve performance. Author: Julien Rouhaud Reviewed by: Andres Freund