Re: Some questions about gin index - Mailing list pgsql-hackers

From Andy Fan
Subject Re: Some questions about gin index
Date
Msg-id 87ldq56wrx.fsf@163.com
Whole thread Raw
In response to Re: Some questions about gin index  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane <tgl@sss.pgh.pa.us> writes:

> Andy Fan <zhihuifan1213@163.com> writes:
>> When reading the code for Gin Index, there are lots of confusion about
>> some concepts, so here are some questions in my mind.
>
> At least some of these things are explained in gin.sgml.

I think the complexity of gin comes from the operators on the set of datum
which is more complex than the operators on single datum. The gin.sgml
provides some direction to research for me, thank for this hint!

I should have paid more attention to sgml/* besides the gin/README...

-- 
Best Regards
Andy Fan




pgsql-hackers by date:

Previous
From: jian he
Date:
Subject: Re: [PATCH] Support for basic ALTER TABLE progress reporting.
Next
From: "Zhijie Hou (Fujitsu)"
Date:
Subject: RE: Conflict detection for update_deleted in logical replication