Re: [HACKERS] Index for similarity search

2007-01-17 Thread Enrico
> You probably want to build a GiST index, check the docs. > > Have a nice day, > -- > Martijn van Oosterhout http://svana.org/kleptog/ > > From each according to his ability. To each according to his ability to > > litigate. Many thanks -- If Bill Gates had a penny for everytime Window

Re: [HACKERS] Index for similarity search

2007-01-17 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, Jan 16, 2007 at 07:15:58PM +0100, Martijn van Oosterhout wrote: > On Tue, Jan 16, 2007 at 06:04:07PM +0100, Enrico wrote: > > Hi, > > I written an index to improve similarity search like images search, string > > search etc... > > My index cod

Re: [HACKERS] Index for similarity search

2007-01-16 Thread Martijn van Oosterhout
On Tue, Jan 16, 2007 at 06:04:07PM +0100, Enrico wrote: > Hi, > I written an index to improve similarity search like images search, string > search etc... > My index code is written in C and it is not linked with any dmbs, and I would > to connect it to postgresql. You probably want to build a G