Tag: EXPLAIN
All the articles with the tag "EXPLAIN".
-
Postgres 更爱走新索引,但它扫错了方向
Published: at 01:00 AM新增索引会给规划器多一条看似更便宜的路径。本文用 PostgreSQL 18.6 上的百万行实验说明这个查询如何从 16.5ms 涨到 241ms,并给出索引改法、计划读法与验证步骤。
All the articles with the tag "EXPLAIN".
新增索引会给规划器多一条看似更便宜的路径。本文用 PostgreSQL 18.6 上的百万行实验说明这个查询如何从 16.5ms 涨到 241ms,并给出索引改法、计划读法与验证步骤。