A tablespace parameter to be set or reset. Currently, the only
- available parameters are seq_page_cost> and
- random_page_cost>. Setting either value for a particular
- tablespace will override the planner's usual estimate of the cost of
- reading pages from tables in that tablespace, as established by
- the configuration parameters of the same name (see
- ,
- ). This may be useful if one
- tablespace is located on a disk which is faster or slower than the
+ available parameters are seq_page_cost>,
+ random_page_cost> and effective_io_concurrency>.
+ Setting either value for a particular tablespace will override the
+ planner's usual estimate of the cost of reading pages from tables in
+ that tablespace, as established by the configuration parameters of the
+ same name (see ,
+ ,
+ ). This may be useful if
+ one tablespace is located on a disk which is faster or slower than the
remainder of the I/O subsystem.