Re: k-neighbourhood search in databases

Поиск
Список
Период
Сортировка
От Oleg Bartunov
Тема Re: k-neighbourhood search in databases
Дата
Msg-id Pine.LNX.4.64.1104101415240.9772@sn.sai.msu.ru
обсуждение исходный текст
Ответ на Re: k-neighbourhood search in databases  (Jeremiah Peschka <jeremiah.peschka@gmail.com>)
Ответы Re: k-neighbourhood search in databases  (Jesper Krogh <jesper@krogh.cc>)
Re: k-neighbourhood search in databases  (Jeremiah Peschka <jeremiah.peschka@gmail.com>)
Список pgsql-hackers
Wow, custom solution for 2008 still much faster Denali 2011  solution.
Also, what's about not spatial data types ? 
In our approach, we can provide knn for any datatype, which has GiST index 
and distance method.

Oleg
On Fri, 8 Apr 2011, Jeremiah Peschka wrote:

>
> On 4/8/11 5:21 AM, Oleg Bartunov wrote:
>> Hi there,
>>
>> I'm interesting if other databases provides built-in effective knn
>> search ? Google didn't help me.
> SQL Server provides some knn search functionality[1] with enhancements coming this November in SQL 11[2].
>
> [1]: http://blogs.msdn.com/b/isaac/archive/2008/10/23/nearest-neighbors.aspx
> [2]: http://www.sqlskills.com/BLOGS/BOBB/post/The-nearest-neighbor-optimization-in-SQL-Server-Denali.aspx
>
>
>
    Regards,        Oleg
_____________________________________________________________
Oleg Bartunov, Research Scientist, Head of AstroNet (www.astronet.ru),
Sternberg Astronomical Institute, Moscow University, Russia
Internet: oleg@sai.msu.su, http://www.sai.msu.su/~megera/
phone: +007(495)939-16-83, +007(495)939-23-83


В списке pgsql-hackers по дате отправления:

Предыдущее
От: tomas@tuxteam.de
Дата:
Сообщение: Re: How would sorting work with millions of rows in a huge DB with PG?
Следующее
От: Noah Misch
Дата:
Сообщение: Re: BUG #5856: pg_attribute.attinhcount is not correct.