You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
通常,这些操作符类不会比等效的标准 B 树索引方法更好,并且它们缺少标准 B 树代码的一个主要特性:强制一致性的能力。但是,它们有助于 GIN 测试并且有助于作为开发其他 GIN 操作符类的基础。另外,对于测试一个 GIN 可索引的列和一个 B 树可索引的列的查询,创建一个使用这些操作符类之一的多列 GIN 索引要比创建必须通过位图 AND 组合在一起的两个独立索引要更有效。
0 commit comments