Re: Index for similarity search

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Enrico <scotty(at)linuxtime(dot)it>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Index for similarity search
Date: 2007-01-16 18:15:58
Message-ID: 20070116181558.GI8182@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 GiST index, check the docs.

Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Matthew T. O'Connor 2007-01-16 18:35:12 Re: [HACKERS] Autovacuum Improvements
Previous Message Martijn van Oosterhout 2007-01-16 18:13:47 Re: xml type and encodings