Re: To all the pgsql developers..Have a look at the operators proposed by me in my researc - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: To all the pgsql developers..Have a look at the operators proposed by me in my researc
Date
Msg-id 200706161216.12546.josh@agliodbs.com
Whole thread Raw
In response to Re: To all the pgsql developers..Have a look at the operators proposed by me in my researc  (Tasneem Memon <tasneememon@hotmail.com>)
List pgsql-hackers
Tasneem,

> For example: For 6,
> the range defined by NEAR is:                               4 – 8 For
> 2147,483,647, the range defined by NEAR is:           1717,986,917 –
> 2576,980,377 But yes, for other cases it may not give good results. We can
> give the option for the user to specify the membership degree, or one can
> always use the BETWEEN operator when he knows the thresholds exactly.

Oh, so this is actually based on a direct calculation on the values, rather
than on the population of data.  That's much easier; heck, you could index on
it.

--
Josh Berkus
PostgreSQL @ Sun
San Francisco


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: How does the tsearch configuration get selected?
Next
From: Josh Berkus
Date:
Subject: Re: Load Distributed Checkpoints test results