Laurenz Albe:在PostgreSQL v18的重大升级中保留优化器统计信息
© Laurenz Albe 2025 Everybody wants good performance. When it comes to the execution of SQL statements, accurate optimizer statistics are key. With the upcoming v18 release, PostgreSQL will...
PostgreSQL v18将保留优化器统计信息,解决了升级时统计信息丢失的问题。用户需使用--with-statistics选项导出统计信息,尽管扩展统计信息仍需手动分析,但新功能将提升查询性能。
