Re: How much do the hint bits help?

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: How much do the hint bits help?
Дата
Msg-id 9107.1292978717@sss.pgh.pa.us
обсуждение исходный текст
Ответ на How much do the hint bits help?  (Merlin Moncure <mmoncure@gmail.com>)
Ответы Re: How much do the hint bits help?  (Merlin Moncure <mmoncure@gmail.com>)
Список pgsql-hackers
Merlin Moncure <mmoncure@gmail.com> writes:
> Attached is an incomplete patch disabling hint bits based on compile
> switch. ...
> So far, at least doing pgbench runs and another test designed to
> exercise clog lookups, the performance loss of always doing full
> lookup hasn't materialized.

The standard pgbench test would be just about 100% useless for stressing
this, because its net database activity is only about one row
touched/updated per query.  You need a test case that hits lots of rows
per query, else you're just measuring parse+plan+network overhead.
        regards, tom lane


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

Предыдущее
От: Merlin Moncure
Дата:
Сообщение: Re: How much do the hint bits help?
Следующее
От: Merlin Moncure
Дата:
Сообщение: Re: How much do the hint bits help?