Webinar: Graph Queries with PostgreSQL

preview_player
Показать описание
----------------------------------------------------------------------------------------------
PostgreSQL allows recursive queries that can be used to write graph search queries. This talk looks at how to write and tune queries, as well as design databases for efficient graph search. We’ll also discuss the new SEARCH and CYCLE clauses in #PostgreSQL14.
Key Takeaways:
- Writing graph queries in SQL Optimizing shortest path searches
- Utilizing new graph features in PostgreSQL 14
- Designing graph databases using #PostgreSQL.

Speaker: Simon Riggs, Postgres Fellow, #EDB

----------------------------------------------------------------------------------------------

Рекомендации по теме
Комментарии
Автор

Thanks Simon, this helped me a lot just now!

andreasnulein
Автор

Thank you for a very interesting presentation. What are the tradeoffs with using a single table approach as shown in this example, vs a separate table for the relationships? Would there be any good reasons to choose one over the other? Thanks!

warnerkevins
Автор

It would be really nice, if someone could write an up to date book about this topic

tobiasne
Автор

Would be good to see this updated to included Apache AGE

magick
Автор

Please someone correct me if I'm wrong, but he didn't address the ability to add and query properties of edges. It does not seem possible given his modeling assumptions.

His examples were based in a single table (each row is a node) so you could only add properties to nodes (by adding columns to that table).

davidpaez_co
Автор

There appears to be an error at 27:00. Could someone write that query so it runs?

ø_ø-co