Re: PostgresSQL 9.5.21 very slow to connect and perform basic queries

From: bruno da silva <brunogiovs(at)gmail(dot)com>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: pgsql-performance(at)lists(dot)postgresql(dot)org
Subject: Re: PostgresSQL 9.5.21 very slow to connect and perform basic queries
Date: 2022-07-21 20:37:23
Message-ID: CAB+Nuk93o4JGFa4WqPcbhtnHp8g4NJGXf37Da7K8nxa12JBFdQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-performance

It has been running at least since 2018.

I got that from the tail

=> /sys/kernel/mm/ksm/run <==
0

==> /sys/kernel/mm/transparent_hugepage/defrag <==
[always] madvise never

==> /sys/kernel/mm/transparent_hugepage/enabled <==
always madvise [never]

==> /sys/kernel/mm/transparent_hugepage/khugepaged/defrag <==
[yes] no

==> /proc/sys/vm/zone_reclaim_mode <==
0

On Thu, Jul 21, 2022 at 4:32 PM bruno da silva <brunogiovs(at)gmail(dot)com> wrote:

> Thanks, I will check it out.
>
> On Thu, Jul 21, 2022 at 4:21 PM Justin Pryzby <pryzby(at)telsasoft(dot)com>
> wrote:
>
>> On Thu, Jul 21, 2022 at 03:59:30PM -0400, bruno da silva wrote:
>> > OS/version: CentOS release 6.9 (Final)
>>
>> How are these set ?
>>
>> tail /sys/kernel/mm/ksm/run
>> /sys/kernel/mm/transparent_hugepage/{defrag,enabled,khugepaged/defrag}
>> /proc/sys/vm/zone_reclaim_mode
>>
>> I suspect you may be suffering from issues with transparent huge pages.
>>
>> I suggest to disable KSM and THP, or upgrade to a newer OS.
>>
>> I've written before about these:
>> https://www.postgresql.org/message-id/20170524155855.GH31097@telsasoft.com
>> https://www.postgresql.org/message-id/20190625162338.GF18602@telsasoft.com
>> https://www.postgresql.org/message-id/20170718180152.GE17566@telsasoft.com
>> https://www.postgresql.org/message-id/20191004060300.GA11241@telsasoft.com
>> https://www.postgresql.org/message-id/20200413144254.GS2228@telsasoft.com
>> https://www.postgresql.org/message-id/20220329182453.GA28503@telsasoft.com
>>
>> On Thu, Jul 21, 2022 at 04:01:10PM -0400, bruno da silva wrote:
>> > The issue started a month ago.
>>
>> Ok .. but how long has the DB been running under this environment ?
>>
>> --
>> Justin
>>
>
>
> --
> Bruno da Silva
>

--
Bruno da Silva

In response to

Browse pgsql-performance by date

  From Date Subject
Next Message Rory Campbell-Lange 2022-07-23 08:40:23 Re: data consolidation: logical replication design considerations
Previous Message bruno da silva 2022-07-21 20:32:08 Re: PostgresSQL 9.5.21 very slow to connect and perform basic queries