Re: Suddenly all queries moved to seq scan

From: Daniel Gustafsson <daniel(at)yesql(dot)se>
To: Sreejith P <sreejith(at)lifetrenz(dot)com>
Cc: pgsql-general(at)lists(dot)postgresql(dot)org
Subject: Re: Suddenly all queries moved to seq scan
Date: 2024-11-20 13:02:01
Message-ID: B63DBDEA-950A-4CE3-85C4-7FBF6385FB6A@yesql.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> On 20 Nov 2024, at 11:50, Sreejith P <sreejith(at)lifetrenz(dot)com> wrote:

> We are using PostgresQL 10 in our production database. We have around 890 req /s request on peak time.

PostgreSQL 10 is well out of support and does not receive bugfixes or security
fixes, you should plan a migration to a supported version sooner rather than
later.

> 2 days back we applied some patches in the primary server and restarted. We didn't do anything on the secondary server.

Patches to the operating system, postgres, another application?

> Next day, After 18 hours all our queries from secondary servers started taking too much time. queries were working in 2 sec started taking 80 seconds. Almost all queries behaved the same way.
>
> After half an hour of outage we restarted all db servers and system back to normal.
>
> Still we are not able to understand the root case. We couldn't find any error log or fatal errors. During the incident, in one of the read server disks was full. We couldn't see any replication lag or query cancellation due to replication.

You say that all queries started doing sequential scans, is that an assumption
from queries being slow or did you capture plans for the queries which be
compared against "normal" production plans?

--
Daniel Gustafsson

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Efrain J. Berdecia 2024-11-20 13:21:34 Re: Suddenly all queries moved to seq scan
Previous Message Achilleas Mantzios - cloud 2024-11-20 12:56:05 Re: Suddenly all queries moved to seq scan