Re: Postgres DB Slowness

Поиск
Список
Период
Сортировка
От Jeff Janes
Тема Re: Postgres DB Slowness
Дата
Msg-id CAMkU=1wAfD4JZMudvF95SxAoKiyHfJb5DSsk-BbrfsbJAV6W_A@mail.gmail.com
обсуждение исходный текст
Ответ на Postgres DB Slowness  (<soumik.bhattacharjee@kpn.com>)
Список pgsql-admin
On Thu, Aug 22, 2019 at 10:05 AM <soumik.bhattacharjee@kpn.com> wrote:


There is huge slowness in the database now with any queries.

 

Oracle - Select * from TABLENAME- in takes  0.009 milliseconds


Oracle is not returning 10 million rows in 0.009 milliseconds.

Perhaps whatever you are doing in Oracle is the equivalent of "EXPLAIN" without ANALYZE in PostgreSQL, or to PREPARE in PostgreSQL.  It just plans the query without executing it.

Cheers,

Jeff

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

Предыдущее
От: "Jehan-Guillaume (ioguix) de Rorthais"
Дата:
Сообщение: Re: Postgres DB Slowness
Следующее
От:
Дата:
Сообщение: RE: Postgres DB Slowness