Skip to content

le0pard/pgtune

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8e77982 · Mar 1, 2025
Feb 23, 2024
Mar 1, 2025
Aug 6, 2023
Nov 29, 2024
Aug 6, 2023
Aug 6, 2023
Aug 6, 2023
Nov 2, 2024
Mar 1, 2025
Nov 10, 2024
Mar 22, 2014
Jan 28, 2025
Aug 6, 2023
Mar 1, 2025
Aug 6, 2023
Mar 1, 2025
Mar 1, 2025

Repository files navigation

PGTune

Tuning PostgreSQL config by your hardware. Based on original pgtune. Illustration by Kate.

Development

To start it in development mode, you need install node.js, yarn and run in terminal:

$ yarn # get all node.js deps
$ yarn dev # start server on 5173 port

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request