mirror of
https://github.com/postgres/postgres.git
synced 2025-05-12 16:21:30 +03: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