Re: how to know whether query data from memory after pg_prewarm
От | Thomas Munro |
---|---|
Тема | Re: how to know whether query data from memory after pg_prewarm |
Дата | |
Msg-id | CAEepm=15-5d72_eQTqPYwte7G7+rhnxZ1fFbceC7+MR49zKyQw@mail.gmail.com обсуждение исходный текст |
Ответ на | how to know whether query data from memory after pg_prewarm (jimmy <mpokky@126.com>) |
Ответы |
Re: how to know whether query data from memory after pg_prewarm
Re: how to know whether query data from memory after pg_prewarm |
Список | pgsql-general |
On Wed, Sep 19, 2018 at 1:35 PM jimmy <mpokky@126.com> wrote: > I use select pg_prewarm('table1','read','main') to load data of table1 into the memory. > when I use select count(1) from table1 group by aa to query data. > I find the speed of query is not fast, I wonder whether it query data from memory. > And it is slower than Oracle, both of Oracle and Postgresql has same table and count of data. > when pg_prewarm use 'read' mode, the data is put into the OS cache, how to examine the table which is pg_prewarmed intothe OS cache . > I know pg_buffercache ,but it just examine the table in the shared buffer of Postgresql, not the table in the OS cache. This is a quick and dirty hack, but it might do what you want: https://github.com/macdice/pgdata_mincore Tested on FreeBSD, not sure how well it'll travel. -- Thomas Munro http://www.enterprisedb.com
В списке pgsql-general по дате отправления: