开发者

Searching for effective way to store graph with 3 million vertices in MySQL

开发者 https://www.devze.com 2023-02-25 07:45 出处:网络
The goal is to make many cycled chains in graph with 3 million vertices. The question is how to store edges in MySQL database and maintain fast speed, searching cycled ch开发者_如何学编程ains, using

The goal is to make many cycled chains in graph with 3 million vertices.

The question is how to store edges in MySQL database and maintain fast speed, searching cycled ch开发者_如何学编程ains, using Dijkstra's algorithm may be?


This is really a job for a graph database. Neo4j is an excellent choice.

0

精彩评论

暂无评论...
验证码 换一张
取 消