| List: | General Discussion | « Previous MessageNext Message » | |
| From: | (Hal | Date: | April 30 2011 3:18am |
| Subject: | Re: FW: Join based upon LIKE | ||
| View as plain text | |||
>>>> 2011/04/28 15:28 -0400, Jerry Schwartz >>>>
No takers?
<<<<<<<<
And this is not real taking, because the algorithm of which I am thinking, the
edit-distance (Levens(h)tein-distance) algorithm costs too much for you (see the
Wikipedia entry). The obvious implementation takes as many steps as the product of the
two compared strings s length. On the other hand, a good implementation of "LIKE" costs
the pattern s length added to all the strings against which it matches s length, a sum,
not product, of lengths.
| Thread | ||
|---|---|---|
| • FW: Join based upon LIKE | Jerry Schwartz | 28 Apr |
| • Re: Join based upon LIKE | Johan De Meersman | 28 Apr |
| • RE: Join based upon LIKE | Jerry Schwartz | 29 Apr |
| • Re: Join based upon LIKE | Johan De Meersman | 29 Apr |
| • RE: Join based upon LIKE | Jerry Schwartz | 29 Apr |
| • Re: FW: Join based upon LIKE | hsv | 30 Apr |
| • RE: Join based upon LIKE | Jerry Schwartz | 29 Apr |
| • Re: Join based upon LIKE | Johan De Meersman | 1 May |
| • RE: Join based upon LIKE | Jerry Schwartz | 2 May |
| • Re: Join based upon LIKE | Johan De Meersman | 3 May |
| • RE: Join based upon LIKE | Jerry Schwartz | 3 May |
| • Re: Join based upon LIKE | Johan De Meersman | 3 May |
| • Re: Join based upon LIKE | shawn wilson | 3 May |
| • RE: Join based upon LIKE | Jerry Schwartz | 3 May |
| • Re: Join based upon LIKE | Nuno Tavares | 4 May |
| • RE: Join based upon LIKE | Jerry Schwartz | 5 May |
| • Re: FW: Join based upon LIKE | hsv | 30 Apr |
