Re: Posgresql 14 and CarbonBlack on RHEL8?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Ron Johnson <ronljohnsonjr(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Posgresql 14 and CarbonBlack on RHEL8?
Date: 2024-05-01 02:07:44
Message-ID: 1854443.1714529264@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Ron Johnson <ronljohnsonjr(at)gmail(dot)com> writes:
> When running stress tests on the systems (in prod, during the maintenance
> window), 171K events/second are generated on the RHEL8 servers, and CB
> needs (according to top(1)) 325% of CPU to handle that, and still dropping
> 92% of them.
> The RHEL6 system doesn't bat an eye at running the exact same test (36 cron
> jobs running psql executing SELECT statements).

Is JIT enabled on the newer system? If so try turning it off, or else
raise the associated cost settings. We've seen lots of reports of
workloads where, by default, the planner is too aggressive about
applying JIT.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron Johnson 2024-05-01 08:44:16 Re: Posgresql 14 and CarbonBlack on RHEL8?
Previous Message Ron Johnson 2024-05-01 01:21:14 Posgresql 14 and CarbonBlack on RHEL8?