This is a discussion on tweaking under repeatable load within the Pgsql Performance forums, part of the PostgreSQL category; --> I'd like to optimize my postgres configuration for optimal performance under typical load. Unfortunately, as I understand things, that ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I'd like to optimize my postgres configuration for optimal performance under typical load. Unfortunately, as I understand things, that implies that I have to have a way to repeat the same load each time I try out new settings, so that I can fairly compare. It's difficult for me to drive the load all the way through my application, so I'm envisioning some script like pqa that analyzes the logged queries against the database during a typical load period, and then lets me replay them directly against the database with the same original frequency. Has anybody done anything similar to this? Anything better? Did it end up being a waste of time, or was it helpful? ---------------------------(end of broadcast)--------------------------- TIP 7: You can help support the PostgreSQL project by donating at http://www.postgresql.org/about/donate |
| ||||
| Le dimanche 7 janvier 2007 20:03, Ben a écrit*: > I'd like to optimize my postgres configuration for optimal > performance under typical load. Unfortunately, as I understand > things, that implies that I have to have a way to repeat the same > load each time I try out new settings, so that I can fairly compare. [...] > > Has anybody done anything similar to this? Anything better? Did it > end up being a waste of time, or was it helpful? Please have a look at this: http://pgfouine.projects.postgresql.org/tsung.html -- Dimitri Fontaine http://www.dalibo.com/ -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQBFogxel4JX7QVNfwQRArAmAJ4sw/WBkLCP8+C5JobtM2TUiqxvfgCeKblJ +4JE23QOzxog1AmzW0y/xm4= =2oWz -----END PGP SIGNATURE----- |