Re: Read write performance check

Поиск
Список
Период
Сортировка
От Kirk Wolak
Тема Re: Read write performance check
Дата
Msg-id CACLU5mSk+JOBhCExRy+eTWTycapRf3MppFJd=08b0BCnVbM-5w@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Read write performance check  (veem v <veema0000@gmail.com>)
Ответы Re: Read write performance check
Список pgsql-general
On Thu, Dec 21, 2023 at 8:31 AM veem v <veema0000@gmail.com> wrote:
Can someone please guide me, if any standard scripting is available for doing such read/write performance test? Or point me to any available docs? 


...

Veem, first things first... "Top Posting" is when you reply at the top of the email...  Notice how I replied at the bottom (and I deleted context, clearly).
This is the style we prefer here.

Second, since you are new to postgreSQL... Let me recommend some reading.  Cybertec has articles on performance (Tom Kyte style).
Also, read the "Don't Do That" wiki, and finally, have a look at pgbench and psql documentation.  And specifically look at GENERATE_SERIES(),
but the Cybertec articles will touch on that.  Regardless...  Reading the docs is insightful.

Links:
https://www.cybertec-postgresql.com/en/postgresql-hash-index-performance/
https://wiki.postgresql.org/wiki/Don't_Do_This
https://www.postgresql.org/docs/current/app-psql.html
https://www.postgresql.org/docs/current/pgbench.html
https://www.postgresql.org/docs/16/functions-srf.html

HTH,

Kirk Out!

 

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

Предыдущее
От: Kirk Wolak
Дата:
Сообщение: Re: Changing a schema's name with function1 calling function2
Следующее
От: Kaushik Iska
Дата:
Сообщение: Re: Intermittent Issue with WAL Segment Removal in Logical Replication