Monday, December 10, 2018

SQL Server / Azure SQL Database: Graph DB Architecture


SQL Server (starting with 2017)

SQL Graph Architecture | Microsoft Docs
Users can create one graph per database. A graph is a collection of node and edge tables. Node or edge tables can be created under any schema in the database, but they all belong to one logical graph

sql-graph-architecture

No comments: