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