Re: Performance for SQL queries on Azure PostgreSQL PaaS instance

Поиск
Список
Период
Сортировка
От Tomas Vondra
Тема Re: Performance for SQL queries on Azure PostgreSQL PaaS instance
Дата
Msg-id 461e3601-24f1-d8e8-da5d-3e5de1ae45c1@enterprisedb.com
обсуждение исходный текст
Ответ на Re: Performance for SQL queries on Azure PostgreSQL PaaS instance  (Frits Jalvingh <jal@etc.to>)
Список pgsql-performance
On 4/12/22 16:23, Frits Jalvingh wrote:
> You might be comparing apples and pears..
> 
> Your Oracle is running on prem while Postgres is running on Azure. Azure
> does not really have disks; it seems to have just a bunch of old people
> writing the data on paper - I/O on Azure is ridiculously slow. What
> disks/hardware does the on-prem Oracle have?
> 

Right. It'd be good to do some basic system benchmarks first, e.g. using
"fio" or similar tools, before comparing query timings. It's quite
possible this is due to Azure storage being slower than physical drives
in the on-premise system.

If that does not explain this, I suggest picking a single query and
focus on it, instead of investigating all queries at once. There's a
nice wiki page explaining what info to provide:

https://wiki.postgresql.org/wiki/Slow_Query_Questions


regards

-- 
Tomas Vondra
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company



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

Предыдущее
От: Frits Jalvingh
Дата:
Сообщение: Re: Performance for SQL queries on Azure PostgreSQL PaaS instance
Следующее
От: Laurenz Albe
Дата:
Сообщение: Re: Performance for SQL queries on Azure PostgreSQL PaaS instance