【PostgreSQL】PostgreSQL 15移除了Stats Collector
- 2022 年 8 月 29 日
- 筆記
試用即將發行的PostgreSQL 15的人會發現少了一個後台進程: postgres 1710 1 0 04:03 …
Continue Reading試用即將發行的PostgreSQL 15的人會發現少了一個後台進程: postgres 1710 1 0 04:03 …
Continue Reading用一句話來總結這種改進就是: 支援唯一性約束和索引將null值視為相同的值。之前是將null值索引成不同的值,現在可以通 …
Continue Reading示例表 table t_ex; c1 | c2 —-+—- 2 | B 4 | C 6 | A 2 | C 4 …
Continue Reading前段時間做了個node全棧項目,服務端技術棧是 nginx + koa + postgresql。其中在centos上搭 …
Continue Reading