Re: WIP: SP-GiST, Space-Partitioned GiST - Mailing list pgsql-hackers

From Andreas Joseph Krogh
Subject Re: WIP: SP-GiST, Space-Partitioned GiST
Date
Msg-id 4E666492.5020201@officenet.no
Whole thread Raw
In response to Re: WIP: SP-GiST, Space-Partitioned GiST  (Oleg Bartunov <oleg@sai.msu.su>)
Responses Re: WIP: SP-GiST, Space-Partitioned GiST
List pgsql-hackers
On 09/06/2011 07:34 PM, Oleg Bartunov wrote:
> Here is the latest spgist patch, which has all planned features as
> well as
> all overhead, introduced by concurrency and recovery, so performance
> measurement should be realistic now.
>
> Oleg

Sorry for not getting the might-be-obvious here, but will this patch
bring indexed substring-search to PG? So queries conceptually equal to
this will be possible to index: WHERE som_col @@
':substr1:&:substr2!substr3:' meaning "contains substr1" AND "ends with
substr2" OR "starts with substr3"?

-- 
Andreas Joseph Krogh <andreak@officenet.no> - mob: +47 909 56 963
Senior Software Developer / CTO - OfficeNet AS - http://www.officenet.no
Public key: http://home.officenet.no/~andreak/public_key.asc



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Transforming IN (...) to ORs, volatility
Next
From: Marti Raudsepp
Date:
Subject: Re: [PATCH] Generate column names for subquery expressions