You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Introduce a GUC and a tablespace option to control I/O prefetching, muchlike effective_io_concurrency, but for work that is done on behalf ofmany client sessions.Use the new setting in heapam.c instead of the hard-coded formulaeffective_io_concurrency + 10 introduced by commit558a916. Go witha default value of 10 for now, because it's a round number pretty closeto the value used for that existing case.Discussion:https://postgr.es/m/CA%2BhUKGJUw08dPs_3EUcdO6M90GnjofPYrWp4YSLaBkgYwS-AqA%40mail.gmail.com