我有一个大型的(> 100M行)Postgres表,其结构为{整数,整数,整数,没有时区的时间戳记}。我期望行的大小为3 *整数+ 1 *时间戳= 3 * 4 + 1 * 8 = 20字节。
实际上,行大小为pg_relation_size(tbl) / count(*)= 52个字节。为什么?
pg_relation_size(tbl) / count(*)
(不删除表:pg_relation_size(tbl, 'fsm')〜= 0)
pg_relation_size(tbl, 'fsm')
扬帆大鱼
慕妹3146593
相关分类