Tag: Indexing
All the articles with the tag "Indexing".
-
从 17ms 到 0.04ms:如何设计正确的 SQL 索引
Published: at 11:38 AM以 Postgres 18 和 100 万条评论为例,用 EXPLAIN ANALYZE 实测索引设计:为什么复合索引的列顺序决定一切、等值列在前排序列在后、为何有的索引用不上、以及每条索引的写入与磁盘成本。
All the articles with the tag "Indexing".
以 Postgres 18 和 100 万条评论为例,用 EXPLAIN ANALYZE 实测索引设计:为什么复合索引的列顺序决定一切、等值列在前排序列在后、为何有的索引用不上、以及每条索引的写入与磁盘成本。