Re: help understanding pgbench results

Поиск
Список
Период
Сортировка
От Luca Ferrari
Тема Re: help understanding pgbench results
Дата
Msg-id CAKoxK+6mcRw3BAycEO9St5r_YsxxsEFkBAXrApm2F7qjbZtHWQ@mail.gmail.com
обсуждение исходный текст
Ответ на help understanding pgbench results  (Luca Ferrari <fluca1978@gmail.com>)
Список pgsql-general
On Fri, Jul 12, 2019 at 12:04 PM Luca Ferrari <fluca1978@gmail.com> wrote:
> Since tables are unlogged, I was expecting no much difference in
> setting checkpoint_completion_target, but I got (average results):
> - checkpoint_completion_target = 0.1  ==> 755 tps
> - checkpoint_completation_target = 0.5 ==> 767 tps
> - checkpoint_completion_target = 0.9 ==> 681 tps
>

I've repeated the test with normal (logged) tables, same
configuration, and the results are:
- checkpoint_completion_target = 0.1 ==> 560 tps
- checkpoint_completion_target  = 0.5 ==> 624 tps
- checkpoint_completion_target = 0.9 ==> 619 tps

so here forcing I/O on checkpoints reduces the tps, as I would be
expecting. However I'm still unable to get an interpretation of the
unlogged table results.
That also makes me think it could these tests have no meaning at all.

Luca



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

Предыдущее
От: Adrian Klaver
Дата:
Сообщение: Re: how to execute pgsql2shp exe in sql
Следующее
От: Dirk Mika
Дата:
Сообщение: Re: How to run a task continuously in the background