-
Notifications
You must be signed in to change notification settings - Fork 97
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide more detailed explanation of database types #2
Comments
I installed pgtune on debian and it's version 1.0, the dev repository reports 0.9 something and wasn't upgraded in 5 years. Later I found your fork but I don't know if your changes reached the Debian version or if its safe to use it with postgres 9.1. And, yes I would like to know more about what are these setups about. In my case it's a dedicated postgres server but I do not see this as an option. |
My guess, based on what I see in the differences these "operation modes" put out: In all cases, it seems to recommend wal_buffers = max, and roughly follows the shared_buffers 75% of shmax recommendation I've seen elsewhere. |
I was also looking for a good explanation for the terms and found a good overview in the pgtune documentation included with chef-postgresql, provided by @davidc-donorschoose:
|
In pg_tune there is an option to set the database type:
-T or --type : Specifies database type. Valid options are: DW, OLTP, Web, Mixed, Desktop
It would be helpful to provide more detailed explanation of the database types and what a user should consider when choosing one option over the others.
Thank you for all your hard work on pg_tune.
The text was updated successfully, but these errors were encountered: