摘要:
01,环境配置 创建用户,和schema postgres=# create user test1 with password 'test1'; CREATE ROLE postgres=# create user test2 with password 'test2'; CREATE ROLE p 阅读全文
posted @ 2020-04-22 17:08
kingle-l
阅读(7131)
评论(0)
推荐(0)
摘要:
Vacuum过程 vacuum的执行过程主要分为以下三步: 1. 清除dead tuples指向的index tuples 该过程中,vacuum会顺序扫描目标表,并构建一个dead tuples组成的list链表,该list链表会存储在maintenance_work_mem缓存中。然后vacuu 阅读全文
posted @ 2020-04-22 14:08
kingle-l
阅读(2586)
评论(0)
推荐(0)
浙公网安备 33010602011771号