From: | Travis Bauer <trbauer(at)indiana(dot)edu> |
---|---|
To: | pgsql-general(at)postgresql(dot)org |
Subject: | Fast vector similarity metric |
Date: | 2002-03-11 22:12:23 |
Message-ID: | 3C8D2BC7.17E02286@indiana.edu |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I am writing a java search engine which uses Postgresql as the backend.
In this search engine, I'm using an inverted term table (to store the
vectors). The search engine is actually working, but the vector
comparison is very slow. I'm wondering if someone with experience with
this sort of thing could give me some ideas on how to implement a fast
vector comparison for Postgres.
Thank you,
--
----------------------------------------------------------------
Travis Bauer | CS Grad Student | IU |www.cs.indiana.edu/~trbauer
----------------------------------------------------------------
From | Date | Subject | |
---|---|---|---|
Next Message | Jeffrey W. Baker | 2002-03-11 22:18:57 | Re: pg_toast table growth out of control |
Previous Message | Dan Langille | 2002-03-11 22:08:16 | Re: using syslog to capture RAISE notices |