Gregory Stark <st...@enterprisedb.com> writes: > Tom Lane <t...@sss.pgh.pa.us> writes: >> 2. I fixed it so that setting effective_io_concurrency to zero disables >> prefetching altogether; there was no way to do that in the patch as >> submitted.
> Hm. the original intent was that effective_io_concurrency 1 meant no > prefetching because there was only one drive. Well, "no prefetch" is an entirely different behavior from "prefetch one block ahead". Given the way you've defined the GUC, a setting of one has to mean the latter. My complaint was basically that with the patch applied, the code was physically incapable of providing the former. Which you'd surely want if only for testing/comparison purposes. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers