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
- Host: GitHub
- URL: https://github.com/datadavev/postgres_graph
- Owner: datadavev
- Created: 2024-01-31T21:11:57.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-31T21:20:37.000Z (over 2 years ago)
- Last Synced: 2025-10-13T00:47:29.270Z (8 months ago)
- Language: Jupyter Notebook
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```