An open API service indexing awesome lists of open source software.

https://github.com/datadavev/postgres_graph

Experimenting with graphs in postgres
https://github.com/datadavev/postgres_graph

Last synced: 8 months ago
JSON representation

Experimenting with graphs in postgres

Awesome Lists containing this project

README

          

Messing around with Postgres recursive queries.

See
https://www.alibabacloud.com/blog/postgresql-graph-search-practices---10-billion-scale-graph-with-millisecond-response_595039

But updating to uses SEARCH and CYCLE introduced in PG14.

```
pgbench -M prepared -n -r -P 5 -f ./large.sql -c 50 -j 50 -t 100000
```