PostgresSQL Properties - Modifying the posgresql.conf File for PostgreSQL
The following file contains properties controlling the behavior of the PostgreSQL database server:
{PostgreSQL_HOME_DIRECTORY}/posgresql.conf
Property Name | Description |
---|---|
| Number of shared buffers. |
| The amount of memory in kilobytes allocated to working memory |
| The amount of memory in kilobytes allocated to maintenance working memory. |
| We set the 'enable_seqscan' to false to use always use an index versus a table scan. |