Re: [PERFORM] How to log quires which are taking time in PostgreSQL9.1.

Поиск
Список
Период
Сортировка
От Dinesh Chandra 12108
Тема Re: [PERFORM] How to log quires which are taking time in PostgreSQL9.1.
Дата
Msg-id 2b00290ec31d4061a69d860068489164@cyient.com
обсуждение исходный текст
Ответ на Re: [PERFORM] How to log quires which are taking time in PostgreSQL9.1.  (Luis Fernando Simone <luis.simone@datacoper.com.br>)
Список pgsql-performance

Hi Luis,

 

Thanks for your reply.

It’s logging the quires which are taking more than specified time in log_min_duration_statement().

 

Thanks so much.

 

Regards,

Dinesh Chandra

|Database administrator (Oracle/PostgreSQL)| Cyient Ltd. Noida.

------------------------------------------------------------------

Mobile: +91-9953975849 | Ext 1078 |dinesh.chandra@cyient.com

Plot No. 7, NSEZ, Phase-II ,Noida-Dadri Road, Noida - 201 305,India.

 

From: Luis Fernando Simone [mailto:luis.simone@datacoper.com.br]
Sent: 23 February, 2017 10:29 PM
To: Dinesh Chandra 12108 <Dinesh.Chandra@cyient.com>
Cc: ProPAAS DBA <dba@propaas.com>; pgsql-performance@postgresql.org
Subject: Re: [PERFORM] How to log quires which are taking time in PostgreSQL 9.1.

 

The parameter "log_directory" on postgresql.conf, you can define where it'll be created.
The name of the log file is defined on "log_filename".


De: "Dinesh Chandra 12108" <Dinesh.Chandra@cyient.com>
Para: "ProPAAS DBA" <dba@propaas.com>, pgsql-performance@postgresql.org
Cc: "Dinesh Chandra 12108" <Dinesh.Chandra@cyient.com>
Enviadas: Quinta-feira, 23 de Fevereiro de 2017 13:44:05
Assunto: Re: [PERFORM] How to log quires which are taking time in PostgreSQL 9.1.

Thanks for reply.

 

May I know where it will create log??

In pg_log directory or somewhere else.

 

Regards,

Dinesh Chandra

|Database administrator (Oracle/PostgreSQL)| Cyient Ltd. Noida.

------------------------------------------------------------------

Mobile: +91-9953975849 | Ext 1078 |dinesh.chandra@cyient.com

Plot No. 7, NSEZ, Phase-II ,Noida-Dadri Road, Noida - 201 305,India.

 

From: pgsql-performance-owner@postgresql.org [mailto:pgsql-performance-owner@postgresql.org] On Behalf Of ProPAAS DBA
Sent: 23 February, 2017 10:01 PM
To: pgsql-performance@postgresql.org
Subject: Re: [PERFORM] How to log quires which are taking time in PostgreSQL 9.1.

 

set log_min_duration_statement = 300,000

(300,000 ms = 5min)



From the docs:


log_min_duration_statement (integer)

Causes the duration of each completed statement to be logged if the statement ran for at least the specified number of milliseconds. Setting this to zero prints all statement durations. Minus-one (the default) disables logging statement durations. For example, if you set it to 250ms then all SQL statements that run 250ms or longer will be logged. Enabling this parameter can be helpful in tracking down unoptimized queries in your applications. Only superusers can change this setting.

 

 

 

 

On 02/23/2017 09:21 AM, Dinesh Chandra 12108 wrote:

Dear expert,

 

I want to log only that queries which are taking around 5 minutes to execute.

I have a database size >1.5T and using PostgreSQL 9.1 with Linux OS.

 

 

Thanks in advance.

 

Regards,

Dinesh Chandra

|Database administrator (Oracle/PostgreSQL)| Cyient Ltd. Noida.

------------------------------------------------------------------

Mobile: +91-9953975849 | Ext 1078 |dinesh.chandra@cyient.com

Plot No. 7, NSEZ, Phase-II ,Noida-Dadri Road, Noida - 201 305,India.

 

 



DISCLAIMER:

This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply email and destroy all copies of the original message. Check all attachments for viruses before opening them. All views or opinions presented in this e-mail are those of the author and may not reflect the opinion of Cyient or those of our affiliates.

 

---------------------------------------------------------------
Este E-Mail foi processado por um Filtro Anti-SPAM, e recebeu
um status, caso voc no concorde com o status recebido, clique
em um dos links abaixo listado.
Click here to mark email as junk.
---------------------------------------------------------------

 

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

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: [PERFORM] Query performance changes significantly depending onlimit value
Следующее
От: "Sven R. Kunze"
Дата:
Сообщение: [PERFORM] Speeding up JSON + TSQUERY + GIN