PostgreSQL數(shù)據(jù)庫支持單列index,多列復(fù)合 index, 部分index, 唯一index, 表達式index,隱含 index, 和并發(fā)index。 2.索引方法 PostgreSQL 支持 B-tree, hash, GiST, and GIN index methods。 3.索引使用范圍 1).B-tree B-tree可以有效使用當一個查詢包含等號(=)和范圍操作符 (<, <=, >, >=, BETWEEN, ...
www.dbjr.com.cn/article/2052...htm 2025-6-10