Обсуждение: Is there a script and sample data to test the performance ofpostgresql?

Поиск
Список
Период
Сортировка

Is there a script and sample data to test the performance ofpostgresql?

От
Kiwoong Choi
Дата:
Hi,
Is there a script and sample data to test the performance of postgresql?

Regards,
Kiwoong





Re: Is there a script and sample data to test the performance of postgresql?

От
David Rowley
Дата:
On Fri, 17 Apr 2020 at 20:13, Kiwoong Choi <kwchoi2ii@gmail.com> wrote:
> Is there a script and sample data to test the performance of postgresql?

There is pgbench.  https://www.postgresql.org/docs/current/pgbench.html

David