pg pg_prewarm用法

按照插件

bash 复制代码
> create extension pg_prewarm ;

缓存表

bash 复制代码
> test=# select pg_prewarm('weather','buffer' ) ;  pg_prewarm
> ------------
>           1

缓存表部分内容

bash 复制代码
test=# select pg_prewarm('weather','buffer','main',0,0) ;
 pg_prewarm
------------
          1
(1 row)

表大小只有0号页,只能缓存这么大

缓存索引

bash 复制代码
test=# \d+ weather
                                                  Table "public.weather"
  Column   |         Type          | Collation | Nullable | Default | Storage  | Compression | Stats target | Description
-----------+-----------------------+-----------+----------+---------+----------+-------------+--------------+-------------
 city      | character varying(80) |           |          |         | extended |             |              |
 temp_low  | integer               |           |          |         | plain    |             |              |
 temp_high | integer               |           |          |         | plain    |             |              |
 prcp      | real                  |           |          |         | plain    |             |              |
 date      | date                  |           |          |         | plain    |             |              |
Indexes:
    "idx_city" btree (city)
Access method: heap

test=# select pg_prewarm('idx_city','buffer' ) ;
 pg_prewarm
------------
          2

影响:

相关推荐
松树戈4 小时前
Ubuntu挂载HDD迁移存储PostgreSQL数据
linux·ubuntu·postgresql
伏游19 小时前
【BUG】生产环境死锁问题定位排查解决全过程
服务器·数据库·spring boot·后端·postgresql·bug
zhangjin12221 天前
kettle插件-postgresql插件
大数据·postgresql·etl·kettle cdc·kettle插件·kettle实时数据同步
豆芽脚脚2 天前
合并相同 patient_id 的 JSON 数据为数组
postgresql·json
cherry52304 天前
【PostgreSQL】【第4章】PostgreSQL的事务
数据库·postgresql
库海无涯5 天前
如何把数据从SQLite迁移到PostgreSQL
数据库·postgresql·sqlite
cherry52305 天前
【PostgreSQL】【第3章】PostgreSQL的对象操作
数据库·postgresql
java_heartLake6 天前
PostgreSQL15深度解析(从15.0-15.12)
数据库·postgresql
不剪发的Tony老师7 天前
IvorySQL:兼容Oracle数据库的开源PostgreSQL
数据库·postgresql·oracle
博睿谷IT99_7 天前
数据库DBA认证,选哪个认证合适?
数据库·mysql·postgresql·dba·oracle ocp