Re: postgresql.conf recommendations
От | Josh Krupka |
---|---|
Тема | Re: postgresql.conf recommendations |
Дата | |
Msg-id | CAB6McgUr+JzKZ1v0==v=FQRqVsjwMviqeDLZQBixqC+3E8Bvog@mail.gmail.com обсуждение исходный текст |
Ответ на | Re: postgresql.conf recommendations (Johnny Tan <johnnydtan@gmail.com>) |
Список | pgsql-performance |
I originally got started down that trail because running perf top while having some of the slow query issues showed compaction_alloc at the top of the list. That function is the THP page compaction which lead me to some pages like:
http://www.olivierdoucet.info/blog/2012/05/19/debugging-a-mysql-stall/
http://structureddata.org/2012/06/18/linux-6-transparent-huge-pages-and-hadoop-workloads/
https://gist.github.com/fgbreel/4454559
http://www.olivierdoucet.info/blog/2012/05/19/debugging-a-mysql-stall/
http://structureddata.org/2012/06/18/linux-6-transparent-huge-pages-and-hadoop-workloads/
https://gist.github.com/fgbreel/4454559
Only the last is around pg, but I think they all may still be applicable.
The kernel docs in Documentation/vm/transhuge.txt have an explanation of the metrics
The kernel docs in Documentation/vm/transhuge.txt have an explanation of the metrics
В списке pgsql-performance по дате отправления: