Re[4]: Postgresql planning time too high

From: "Sterpu Victor" <victor(at)caido(dot)ro>
To: Fırat Güleç <firat(dot)gulec(at)hepsijet(dot)com>
Cc: pgsql-performance(at)lists(dot)postgresql(dot)org
Subject: Re[4]: Postgresql planning time too high
Date: 2019-11-22 12:44:27
Message-ID: em26503cdb-24f1-4d95-bb80-63f05b7362f0@victor-pc
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

I'm sorry, I messed up between a lot of queries ..... there is no
difference after running "VACUUM ANALYZE".
I guess this was to be expected as the database was just restored from
backup.

------ Original Message ------
From: "Fırat Güleç" <firat(dot)gulec(at)hepsijet(dot)com>
To: "Sterpu Victor" <victor(at)caido(dot)ro>
Cc: pgsql-performance(at)lists(dot)postgresql(dot)org
Sent: 2019-11-22 2:05:44 PM
Subject: RE: Re[2]: Postgresql planning time too high

>Could you run VACCUM ANALYZE.
>
>
>
>From: Sterpu Victor <victor(at)caido(dot)ro>
>Sent: Friday, November 22, 2019 2:46 PM
>To: Fırat Güleç <firat(dot)gulec(at)hepsijet(dot)com>
>Cc:pgsql-performance(at)lists(dot)postgresql(dot)org
>Subject: Re[2]: Postgresql planning time too high
>
>
>
>I did runned "VACCUM FULL" followed by "VACUUM" but no difference.
>
>
>
>------ Original Message ------
>
>From: "Fırat Güleç" <firat(dot)gulec(at)hepsijet(dot)com>
>
>To: "Sterpu Victor" <victor(at)caido(dot)ro>
>
>Cc: pgsql-performance(at)lists(dot)postgresql(dot)org
>
>Sent: 2019-11-22 1:35:15 PM
>
>Subject: RE: Postgresql planning time too high
>
>
>
>>Hello Sterpu,
>>
>>
>>
>>First, please run vaccum for your Postgresql DB.
>>
>>
>>
>>No rows returned from your query. Could you double check your query
>>criteria.
>>
>>
>>
>>After that could you send explain analyze again .
>>
>>
>>
>>Regards,
>>
>>
>>
>>FIRAT GÜLEÇ
>>Infrastructure & Database Operations Manager
>>firat(dot)gulec(at)hepsijet(dot)com
>>
>>
>>
>>M: 0 532 210 57 18
>>İnönü Mh. Mimar Sinan Cd. No:3 Güzeller Org.San.Bölg. GEBZE / KOCAELİ
>>
>>
>>
>>
>>
>>
>>
>>
>>From: Sterpu Victor <victor(at)caido(dot)ro>
>>Sent: Friday, November 22, 2019 2:21 PM
>>To:pgsql-performance(at)lists(dot)postgresql(dot)org
>>Subject: Postgresql planning time too high
>>
>>
>>
>>Hello
>>
>>
>>
>>I'm on a PostgreSQL 12.1 and I just restored a database from a backup.
>>
>>When I run a query I get a big execution time: 5.482 ms
>>
>>After running EXPLAIN ANALYZE I can see that the "Planning Time:
>>5165.742 ms" and the "Execution Time: 6.244 ms".
>>
>>The database is new(no need to vacuum) and i'm the only one connected
>>to it. I use a single partition on the harddrive.
>>
>>I also tried this on a postgresql 9.5 and the result was the same.
>>
>>I'm not sure what to do to improve this situation.
>>
>>The query and the explain is attached.
>>
>>
>>
>>Thank you
>>
>>
>>

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Sterpu Victor 2019-11-22 12:50:05 Re[3]: Postgresql planning time too high
Previous Message Sterpu Victor 2019-11-22 12:25:10 Re[4]: Postgresql planning time too high