Skip to content
Snippets Groups Projects
Select Git revision
  • benchmark-tools
  • postgres-lambda
  • master default
  • REL9_4_25
  • REL9_5_20
  • REL9_6_16
  • REL_10_11
  • REL_11_6
  • REL_12_1
  • REL_12_0
  • REL_12_RC1
  • REL_12_BETA4
  • REL9_4_24
  • REL9_5_19
  • REL9_6_15
  • REL_10_10
  • REL_11_5
  • REL_12_BETA3
  • REL9_4_23
  • REL9_5_18
  • REL9_6_14
  • REL_10_9
  • REL_11_4
23 results

postgresql.conf.sample

  • Tom Lane's avatar
    eed6c9ed
    Add a GUC parameter seq_page_cost, and use that everywhere we formerly · eed6c9ed
    Tom Lane authored
    assumed that a sequential page fetch has cost 1.0.  This patch doesn't
    in itself change the system's behavior at all, but it opens the door to
    people adopting other units of measurement for EXPLAIN costs.  Also, if
    we ever decide it's worth inventing per-tablespace access cost settings,
    this change provides a workable intellectual framework for that.
    eed6c9ed
    History
    Add a GUC parameter seq_page_cost, and use that everywhere we formerly
    Tom Lane authored
    assumed that a sequential page fetch has cost 1.0.  This patch doesn't
    in itself change the system's behavior at all, but it opens the door to
    people adopting other units of measurement for EXPLAIN costs.  Also, if
    we ever decide it's worth inventing per-tablespace access cost settings,
    this change provides a workable intellectual framework for that.