Re: reducing statistics write overhead
От | Martin Pihlak |
---|---|
Тема | Re: reducing statistics write overhead |
Дата | |
Msg-id | 48C18DC8.90608@gmail.com обсуждение исходный текст |
Ответ на | Re: reducing statistics write overhead (Tom Lane <tgl@sss.pgh.pa.us>) |
Ответы |
Re: reducing statistics write overhead
Re: reducing statistics write overhead |
Список | pgsql-hackers |
Tom Lane wrote: > Martin Pihlak <martin.pihlak@gmail.com> writes: >> So, as a simple optimization I am proposing that the file should be >> only written when some backend requests statistics. This would >> significantly reduce the undesired write traffic at the cost of >> slightly slower stats access. > > How necessary is this given the recent fixes to allow the stats file to > be kept on a ramdisk? > Ramdisk helps, but requires additional effort to set up. Also the stats file has a tendency to creep up on you -- as the database evolves the file size gradually increases and suddenly the DBA is left wondering what happened to performance. >> Attached is a WIP patch, which basically implements this: > > This patch breaks deadlock checking and statement_timeout, because > backends already use SIGALRM. You can't just take over that signal. > It's possible that you could get things to work by treating this as an > additional reason for SIGALRM, but that code is unreasonably complex > already. I'd suggest finding some other way. > I suspected that, but somehow managed to overlook it :( I guess it was too tempting to use it. I'll start looking for alternatives. regards, Martin
В списке pgsql-hackers по дате отправления: