Re: BK-Tree Implementation on top of GiST

From: Florian Weimer <fw(at)deneb(dot)enyo(dot)de>
To: Volkan YAZICI <yazicivo(at)ttnet(dot)net(dot)tr>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: BK-Tree Implementation on top of GiST
Date: 2007-10-28 13:29:22
Message-ID: 87abq3iczx.fsf@mid.deneb.enyo.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

* Volkan YAZICI:

> [1] Some approaches to best-match file searching
> http://portal.acm.org/citation.cfm?id=362003.362025

http://citeseer.ist.psu.edu/1593.html suggests that this uninteresting
(too much of the database is examined) once you go past an edit distance
of 1. I don't know if this is a problem in your case (it is in mine).

It's a pity that this whole set of problems is still mostly unsolved.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-10-28 16:44:04 Backend misfeasance for DEFAULT NULL
Previous Message Volkan YAZICI 2007-10-28 11:56:34 BK-Tree Implementation on top of GiST