postgresql的一个调优网址
https://pgtune.leopard.in.ua/#/
postgresql 12 在centos7上编译 --with-uuid=e2fs
./configure --prefix=/webdata/opt/local/postgresq12-4 --with-uuid=e2fs --with-libxml --with-openssl --with-icu
yum install -y libicu-devel
报错:configure: error: library 'uuid' is required for E2FS UUID 安装下面的库即可
yum install e2fsprogs-devel uuid-devel libuuid-devel
查看pg的编译配置请使用 pg_config --configure
如果觉得我的文章对您有用,请随意打赏。你的支持将鼓励我继续创作!