[pgsql-jp: 36999] Re: V8 におけるオプティマイザ改良の記述

ITAGAKI Takahiro itagaki.takahiro @ oss.ntt.co.jp
2006年 4月 20日 (木) 09:49:27 JST


板垣です。

EBIHARA, Yuichiro said:
> PostgreSQL V8におけるオプティマイザの改良が以下に紹介されています。
>
> http://itpro.nikkeibp.co.jp/members/ITPro/oss/20041203/153440/?ST=oss&P=4
>
> この中の「検索条件における型の一致検査がより柔軟に」の内容について、
> 英語で説明したドキュメントはありませんでしょうか。

あまりに具体的すぎるかもしれませんが、
http://www.postgresql.org/docs/7.4/static/xindex.html
http://www.postgresql.org/docs/8.0/static/xindex.html
を見比べると、改良の差分が分かるかと思います。
以下のあたりです。

| 31.14.5. Cross-Data-Type Operator Classes
| So far we have implicitly assumed that an operator class deals with only
| one data type. While there certainly can be only one data type in a
| particular index column, it is often useful to index operations that
| compare an indexed column to a value of a different data type. This is
| presently supported by the B-tree and GiST index methods.

-- 
板垣 貴裕





pgsql-jp メーリングリストの案内