[GENERAL] Block duplications in a shared buffers

Поиск
Список
Период
Сортировка
Искать
От
pinker
Тема
[GENERAL] Block duplications in a shared buffers
Дата
Msg-id
1510067703470-0.post@n3.nabble.com
Список
Дерево обсуждения
[GENERAL] Block duplications in a shared buffers pinker <pinker@onet.eu>
Re: [GENERAL] Block duplications in a shared buffers Tom Lane <tgl@sss.pgh.pa.us>
Re: [GENERAL] Block duplications in a shared buffers pinker <pinker@onet.eu>
Re: [GENERAL] Block duplications in a shared buffers pinker <pinker@onet.eu>
Hi All,
I was analysing shared buffers content and noticed that exactly the same
disk block appears there many times with different or the same usagecount.
What's the cause of that? It's because of transactions? 

SELECT count(*), relfilenode, relblocknumber, array_agg(usagecount) usagecount, array_agg(isdirty)    isdirty, array_agg(bufferid)   bufferid
FROM fo_main.buffercache
WHERE added = 'some_date'
GROUP BY relfilenode, relblocknumber
HAVING count(*) > 1
ORDER BY 1 DESC;

Sample result:

 




--
Sent from: http://www.postgresql-archive.org/PostgreSQL-general-f1843780.html


-- 
Sent via pgsql-general mailing list (pgsql-general@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-general
В списке pgsql-general по дате отправления
От: David G. Johnston
Дата:
От: Tom Lane
Дата:
FAQ