pangzineng / PASE

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pase

Pase: PostgreSQL Ultra-High Dimensional Approximate Nearest Neighbor Search Extension

Building

  1. install psql
  2. make USE_PGXS=1

How Pase works

PASE can be used directly through the simple command 'create extention pase;' in PG. For specific usage examples, please refer to "sql/pase.sql".

Full documentation of Pase

Authors

Wen Yang (yangwen.yw@antfin.com)

Tao Li (lyee.lit@antfin.com)

Gai Fang (fanggai.fg@antfin.com)

Reference

https://dl.acm.org/doi/pdf/10.1145/3318464.3386131

License

Thanks

Thanks to:

About


Languages

Language:C 96.5%Language:PLpgSQL 3.2%Language:Makefile 0.3%