PostgreSQL Source Code  git master
TableSpaceOpts Struct Reference

#include <tablespace.h>

Data Fields

int32 vl_len_
 
float8 random_page_cost
 
float8 seq_page_cost
 
int effective_io_concurrency
 
int maintenance_io_concurrency
 

Detailed Description

Definition at line 39 of file tablespace.h.

Field Documentation

◆ effective_io_concurrency

int TableSpaceOpts::effective_io_concurrency

Definition at line 44 of file tablespace.h.

Referenced by get_tablespace_io_concurrency().

◆ maintenance_io_concurrency

int TableSpaceOpts::maintenance_io_concurrency

Definition at line 45 of file tablespace.h.

Referenced by get_tablespace_maintenance_io_concurrency().

◆ random_page_cost

float8 TableSpaceOpts::random_page_cost

Definition at line 42 of file tablespace.h.

Referenced by get_tablespace_page_costs().

◆ seq_page_cost

float8 TableSpaceOpts::seq_page_cost

Definition at line 43 of file tablespace.h.

Referenced by get_tablespace_page_costs().

◆ vl_len_

int32 TableSpaceOpts::vl_len_

Definition at line 41 of file tablespace.h.


The documentation for this struct was generated from the following file: