Re: auto_explain sample rate

Поиск
Список
Период
Сортировка
От Craig Ringer
Тема Re: auto_explain sample rate
Дата
Msg-id CAMsr+YE5vWM+Eft8KpVk5594hbbEVnux7iBjHSv9wsOeCACj6w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: auto_explain sample rate  (Pavel Stehule <pavel.stehule@gmail.com>)
Ответы Re: auto_explain sample rate
Список pgsql-hackers


On 2 June 2015 at 15:11, Pavel Stehule <pavel.stehule@gmail.com> wrote:


2015-06-02 9:07 GMT+02:00 Craig Ringer <craig@2ndquadrant.com>:

For the majority of users I'm sure it's sufficient to just have a sample rate. 

Anything that's trying to match individual queries could be interested in all sorts of different things. Queries that touch a particular table being one of the more obvious things, or queries that mention a particular literal. Rather than try to design something complicated in advance that anticipates all needs, I'm thinking it makes sense to just throw a hook in there. If some patterns start to emerge in terms of useful real world filtering criteria then that'd better inform any more user accessible design down the track.

same method can be interesting for interactive EXPLAIN ANALYZE too. TIMING has about 20%-30% overhead and usually we don't need a perfectly exact numbers

I don't understand what you are suggesting here.



--
 Craig Ringer                   http://www.2ndQuadrant.com/
 PostgreSQL Development, 24x7 Support, Training & Services

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: checkpointer continuous flushing
Следующее
От: Pavel Stehule
Дата:
Сообщение: Re: auto_explain sample rate