Calculating and saving space in PostgreSQL
摘要:Q: I have a table in pg like so: CREATE TABLE t ( a BIGSERIAL NOT NULL, -- 8 b b SMALLINT, -- 2 b c SMALLINT, -- 2 b d REAL, -- 4 b e REAL, -- 4 b f R
阅读全文
posted @ 2017-10-27 18:09
posted @ 2017-10-27 18:09
posted @ 2017-10-23 16:52
posted @ 2017-10-17 15:26
posted @ 2017-10-10 10:28