mirror of
https://github.com/postgres/postgres.git
synced 2025-05-20 00:03:14 -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