摘要:
【写入】 【启动初始化】 【回放】 阅读全文
posted @ 2022-01-03 20:44
stupidstan2019
阅读(36)
评论(0)
推荐(0)
摘要:
【场景和触发】 初始化一个数据页后(初始化索引页时,表页重构时) drop table if exists t_index;create table t_index (id int,c1 char(8));CREATE INDEX my_pg_index ON t_index USING btree 阅读全文
posted @ 2022-01-03 20:33
stupidstan2019
阅读(46)
评论(0)
推荐(0)