Changes between Version 4 and Version 5 of jazz/PostgreSQL


Ignore:
Timestamp:
Mar 26, 2018, 10:55:02 AM (6 years ago)
Author:
jazz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • jazz/PostgreSQL

    v4 v5  
    9595postgres=# SELECT * FROM pg_settings WHERE  name = 'max_connections';
    9696}}}
     97
     98== 效能調校 ==
     99
     100* https://wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server
     101* [工具] https://github.com/jfcoz/postgresqltuner
     102  * 相依 `DBD::Pg` 與 `DBI` 兩個 Perl 模組
     103{{{
     104# Missing Perl module 'DBD::Pg'. Please install it
     105yum install -y perl-DBD-Pg
     106# Missing Perl module 'DBI'. Please install it
     107yum install -y perl-DBI
     108# Please install theses Perl modules
     109}}}