Ask HN: What could I build to make your life a little easier?
9 points by uint9_t 1d ago 10 comments
Ask HN: What is the state of support for mutable torrents?
5 points by absurdistan 3d ago 1 comments
Experimenting with SQL:2023 Property-Graph Queries in Postgres 18
2 gavinray 1 7/19/2025, 2:02:42 PM gavinray97.github.io โ
Although there probably are less use cases for graphs that there are for non or semi-structured data in stored in JSON documents, use cases do exist and they often are annoying to model using just tables, joins and standard relationships (SQL-wise).
On the other side, it will make SQL databases (their implementations) even more complex than they already are.
I would be also interested to see how, in the article there's Postgres example, it was implemented under the hood, so it has acceptable performance; I guess similarly to joins?