PostgreSQLのコア配布物は表63.1「組み込みGIN演算子クラス」に示すGIN演算子クラスを含みます。 (付録F 追加で提供されるモジュールに記載された追加モジュールの中には追加のGIN演算子クラスを提供するものもあります。)
表63.1 組み込みGIN演算子クラス
名前 | インデックスされるデータ型 | インデックス可能な演算子 |
---|---|---|
_abstime_ops | abstime[] | &&
<@
=
@>
|
_bit_ops | bit[] | &&
<@
=
@>
|
_bool_ops | boolean[] | &&
<@
=
@>
|
_bpchar_ops | character[] | &&
<@
=
@>
|
_bytea_ops | bytea[] | &&
<@
=
@>
|
_char_ops | "char"[] | &&
<@
=
@>
|
_cidr_ops | cidr[] | &&
<@
=
@>
|
_date_ops | date[] | &&
<@
=
@>
|
_float4_ops | float4[] | &&
<@
=
@>
|
_float8_ops | float8[] | &&
<@
=
@>
|
_inet_ops | inet[] | &&
<@
=
@>
|
_int2_ops | smallint[] | &&
<@
=
@>
|
_int4_ops | integer[] | &&
<@
=
@>
|
_int8_ops | bigint[] | &&
<@
=
@>
|
_interval_ops | interval[] | &&
<@
=
@>
|
_macaddr_ops | macaddr[] | &&
<@
=
@>
|
_money_ops | money[] | &&
<@
=
@>
|
_name_ops | name[] | &&
<@
=
@>
|
_numeric_ops | numeric[] | &&
<@
=
@>
|
_oid_ops | oid[] | &&
<@
=
@>
|
_oidvector_ops | oidvector[] | &&
<@
=
@>
|
_reltime_ops | reltime[] | &&
<@
=
@>
|
_text_ops | text[] | &&
<@
=
@>
|
_time_ops | time[] | &&
<@
=
@>
|
_timestamp_ops | timestamp[] | &&
<@
=
@>
|
_timestamptz_ops | timestamp with time zone[] | &&
<@
=
@>
|
_timetz_ops | time with time zone[] | &&
<@
=
@>
|
_tinterval_ops | tinterval[] | &&
<@
=
@>
|
_varbit_ops | bit varying[] | &&
<@
=
@>
|
_varchar_ops | character varying[] | &&
<@
=
@>
|
jsonb_ops | jsonb | ?
?&
?|
@>
|
jsonb_path_ops | jsonb | @>
|
tsvector_ops | tsvector | @@
@@@
|
jsonb
型の2つの演算子クラスのうち、jsonb_ops
がデフォルトです。
jsonb_path_ops
はより少数の演算子しかサポートしませんが、その演算子に対してはより良いパフォーマンスを提供します。
詳細は8.14.4. jsonb
インデックスを参照してください。