benchm-databases icon indicating copy to clipboard operation
benchm-databases copied to clipboard

PostgreSQL - config ..

Open ImreSamu opened this issue 8 years ago • 1 comments

PostgreSQL performance will be better after a little tunning ..

  • shared_buffers ( for caching data )
  • work_mem ( for larger in-memory sorts )

see . https://wiki.postgresql.org/wiki/Tuning_Your_PostgreSQL_Server

ImreSamu avatar Aug 26 '15 17:08 ImreSamu