From: | Teodor Sigaev <teodor(at)sigaev(dot)ru> |
---|---|
To: | Greg Stark <gsstark(at)mit(dot)edu> |
Cc: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: contrib/rtree_gist into core system? |
Date: | 2005-06-27 08:42:49 |
Message-ID: | 42BFBC09.3090502@sigaev.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
> I think we still have a serious problem with multicolumn indexes. As they
> stand they're basically only indexes on the first column. The later columns
> are not used to determine page splits.
It's not a fully truth, second keys can be used in split, if first columns has
non-unique values and second, the later columns uses in gistchoose method (wrap
for user-defined penalty methods).
But I am agreed, that split in multicolumn GiST indexes isn't very optimal, the
solution was suggested by Aoki, but it's require to change interface to user
function.
Look:
"Generalizing ''Search'' in Generalized Search Trees", 1997, Paul M. Aoki,
http://www.sai.msu.su/~megera/postgres/gist/papers/csd-97-950.pdf
--
Teodor Sigaev E-mail: teodor(at)sigaev(dot)ru
WWW: http://www.sigaev.ru/
From | Date | Subject | |
---|---|---|---|
Next Message | Teodor Sigaev | 2005-06-27 08:47:49 | Re: contrib/rtree_gist into core system? |
Previous Message | innodb | 2005-06-27 08:39:26 | How two perform TPC-H test on postgresql-8.0.2 |