Re: Advice on testing buffer spin lock contention

Поиск
Список
Период
Сортировка
От Atri Sharma
Тема Re: Advice on testing buffer spin lock contention
Дата
Msg-id CAOeZVico20+zAYx00EfAg2w-G1N65uny2EwG97jRO+7ec3HwUQ@mail.gmail.com
обсуждение исходный текст
Ответ на Advice on testing buffer spin lock contention  (Atri Sharma <atri.jiit@gmail.com>)
Список pgsql-performance
> You will want a select only workload in which all data fits in
> shared_buffers, and that doesn't do a round trip to some external driver
> program for each row selected.
>
> I proposed a patch for pgbench to add a new transaction of this nature last
> year under the subject "pgbench--new transaction type".  Heikki also
> described how you can make a custom pgbench -f file to accomplish the same
> thing without having to change and recompile pgbench.
>
>
> There was also a length discussion about nailing certain pages so they don't
> need to get pinned and unpinned all the time, under "9.2beta1, parallel
> queries, ReleasePredicateLocks, CheckForSerializableConflictIn in the
> oprofile"
>

Thanks a ton, we will try it out.

Regards,

Atri


--
Regards,

Atri
l'apprenant


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

Предыдущее
От: Atri Sharma
Дата:
Сообщение: Advice on testing buffer spin lock contention
Следующее
От: Jeff Janes
Дата:
Сообщение: Re: INDEX Performance Issue