Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 438 Bytes

database_tuning.rst

File metadata and controls

13 lines (7 loc) · 438 Bytes

Tuning the Database Server

  1. MariaDB database

    MariaDB: Tuning Server Parameters

    According to this documentation, the two most important variables to configure are key_buffer_size and table_open_cache.

  2. PostgreSQL database

    PostgreSQL: Server Configuration