mirror of
https://github.com/postgres/postgres.git
synced 2026-06-01 21:39:18 -04:00
1aba62ec63
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