i have tested several times which compiler builds postgresql the fastest. now let’s look at with which compiler postgresql runs the fastest. obviously, there are a lot of ways to test this, a...
通过测试发现,使用不同编译器运行postgresql的性能差异很小。在相同版本中,性能可能会稍有提升,但不足以为了升级编译器而费力。与默认设置相比,使用release设置几乎没有提升。不建议使用minsize设置,因为它比默认设置慢约10%。总的来说,使用默认编译器和默认构建类型已经足够好。