we continue our exploration of postgresql build system performance. a long time ago, i wrote an article about how to optimize the performance of make install. this was quite helpful, as it reduced...
本文介绍了作者对postgresql构建系统性能的测试结果。通过优化和使用新的构建系统,make install的速度提高了3倍。使用meson构建系统在ubuntu上提升了3倍,在macos上提升了8倍。使用额外选项可以提高性能,但使用meson并通过meson运行测试可以自动获得优势。linux在性能方面比macos更快。