[HACKERS] Z-curve spatial index

Поиск
Список
Период
Сортировка
От Boris Muratshin
Тема [HACKERS] Z-curve spatial index
Дата
Msg-id CAO+8Nm6zMTgrfFwJ3zOwYXvFkqTSuyz+ys6Jy=miYJw3UqpW3Q@mail.gmail.com
обсуждение исходный текст
Список pgsql-hackers
Hi hackers,

I've implemented subj algorithm as PostgreSQL extension.
It looks like this realization is such as fast as R-Tree but sufficiently more simple & compact.
you can find the algirithm description and some benchmarks in comparison with GiST R-Tree.

The extension sources are uploaded at https://github.com/bmuratshin/zcurve/tree/raw-2D 
under the BSD license.

Feel free to connect with me if you have some questions.

Regards,
Boris

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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: Re: [HACKERS] Microvacuum support for Hash Index
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: [HACKERS] Transactions involving multiple postgres foreignservers