jfcoz / postgresqltuner

Simple script to analyse your PostgreSQL database configuration, and give tuning advice
https://postgresqltuner.pl
GNU General Public License v3.0
2.61k stars 190 forks source link

Please decouple average_work_mem_buffers_per_connection #28

Open patsevanton opened 6 years ago

patsevanton commented 6 years ago

Hello! I try rewire postgresqltuner to Python. https://github.com/patsevanton/postgrestune

And i understand long long string https://github.com/jfcoz/postgresqltuner/blob/master/postgresqltuner.pl#L461 Could you please decouple average_work_mem_buffers_per_connection from this sting or divide this string Thank you