Re: failed NUMA pages inquiry status: Operation not permitted - Mailing list pgsql-hackers

From Christoph Berg
Subject Re: failed NUMA pages inquiry status: Operation not permitted
Date
Msg-id aUGc5qh977Y4r_jP@msg.df7cb.de
Whole thread Raw
In response to Re: failed NUMA pages inquiry status: Operation not permitted  (Tomas Vondra <tomas@vondra.me>)
List pgsql-hackers
Re: Tomas Vondra
> 1) right after opening a connection, I get this
> 
> test=# select numa_node, count(*) from pg_buffercache_numa group by 1;
>  numa_node | count
> -----------+-------
>          0 |   290
>         -2 | 32478

Does that mean that the "touch all pages" logic is missing in some
code paths?

But even with that, it seems to be able to degenerate again and
accepting -2 in the regression tests would be required to make it
stable.

Christoph



pgsql-hackers by date:

Previous
From: Andres Freund
Date:
Subject: Re: Replace is_publishable_class() with relispublishable column in pg_class
Next
From: Nathan Bossart
Date:
Subject: Re: [PATCH] Fix ARM64/MSVC atomic memory ordering issues on Win11 by adding explicit DMB ?barriers