Re: index ops for _int4 and trees?
От
Lincoln Yeoh
Тема
Re: index ops for _int4 and trees?
Дата
Msg-id
3.0.5.32.20010516094147.0101a400@192.228.128.13
Ответ на
Re: index ops for _int4 and trees? (Gyozo Papp)
Список
Дерево обсуждения
index ops for _int4 and trees? Lincoln Yeoh <lyeoh@pop.jaring.my>
At 06:29 PM 15-05-2001 +0200, Gyozo Papp wrote:
>Oh,
>I forgot that without any contrib you can select rows whose papth to the
root {1,2,3}:
>
>select * from test where lineage[1:3] = '{1,2,3}';
>but the gist indexing (intarray) performs a significant speed increase.
Thanks.
>BTW, lineage represents egde-list of a directed graph or a tree ?
>> insert into test (id,lineage) values ('8','{1,2,3}');
>------------------------------------------------|-^
>> insert into test (id,lineage) values ('9','{1,3,7}');
>It seems to me that node 3 can be accessed from both node 1 and node 3
directly, or it's just a mistake?
It's a mistake in my example.
Aside but related:
Oleg Bartunov also mentioned that subset searches are possible with gist:
select * from table В списке pgsql-general по дате отправления