Re: pgbench - extend initialization phase control

Поиск
Список
Период
Сортировка
От Fabien COELHO
Тема Re: pgbench - extend initialization phase control
Дата
Msg-id alpine.DEB.2.21.1906110638010.9922@lancre
обсуждение исходный текст
Ответ на Re: pgbench - extend initialization phase control  (Ibrar Ahmed <ibrar.ahmad@gmail.com>)
Ответы Re: pgbench - extend initialization phase control  (Ibrar Ahmed <ibrar.ahmad@gmail.com>)
Список pgsql-hackers
Hello Ibrar,

> Does both client/server side data generation in a single command make 
> sense?

I think yes, especially with the other patch which adds timing measures to 
the initialization phases. It really depends what you want to test.

With client-side generation you test the libpq COPY interface and network 
protocol for bulk loading.

With server-side generation you are get the final result faster when 
network bandwidth is low, and somehow you are testing a different kind of 
small query which generates a lot of data.

-- 
Fabien.



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

Предыдущее
От: Amit Langote
Дата:
Сообщение: Re: BEFORE UPDATE trigger on postgres_fdw table not work
Следующее
От: Etsuro Fujita
Дата:
Сообщение: Re: postgres_fdw: unordered C includes