support extending indexscan,heapscan and customizing plan - Mailing list pgsql-hackers

From zhuxiang
Subject support extending indexscan,heapscan and customizing plan
Date
Msg-id 000c01c9495f$573b61c0$0f8e3e0a@yahoo.ali.com
Whole thread Raw
List pgsql-hackers

Hi,

   we currently want to employ PG and Gin Index for light-weight full text search engine. however,

we encounter a problem that Gin Index is not quick enough for relevence, because it must

scan all heaptuples which statisfy the condition, then invoke ts_rank to compute the rank of tuple.

an idea comes to us: add some foundamental ranking features to the Gin index structure;

then we can find the most relevance tuples just from index, which result in a problem that we must

add a type of indexscan and heapscan,customize plan. but PG don't support the behaviors,.

As far as I know, oracle support customizing plan. My question is how can i slove it, and whether PG

will support extending indexscan and heapscan,customizing plan in future.

 

Thanks

                                                                                --zhuxiang

                                                                                  Yahoo! CN

                                                                   

pgsql-hackers by date:

Previous
From: KaiGai Kohei
Date:
Subject: Re: Updates of SE-PostgreSQL 8.4devel patches (r1197)
Next
From: Simon Riggs
Date:
Subject: Re: Updates of SE-PostgreSQL 8.4devel patches (r1197)