|
|
|
|
|
by abetlen
2062 days ago
|
|
While you can use recursive common table expressions to perform graph queries, certain queries like breadth-first traversal are not very efficient for anything but trees (not even DAGs). See my post on the sqlite forum from the other day for more details https://sqlite.org/forum/forumpost/cd5ff0a1d4?t=h |
|