graph-explorer icon indicating copy to clipboard operation
graph-explorer copied to clipboard

[Project] Handle thousands of node or edge types

Open kmcginnes opened this issue 5 months ago • 1 comments

There have been a couple of reports of errors due to queries simply being too large. This is most likely caused by the queries in the system that list out every single node type or edge type to fulfill its function. When you have thousands of node or edge types, these queries can become quite large.

There are also some UI elements that list all the node or edge types. Thes likely have performance issues.

Queries that enumerate all node or edge types

  • Fetch node properties for each node type
  • Fetch edge properties for each edge type
  • Keyword search for all node types

Related issues

  • Bug #566
  • Related #358
    • #372
    • #371
    • #370
  • Part 2 #601

Tasks

  • [x] #591
  • [x] #592
  • [x] #593
  • [ ] #594
  • [ ] #595
  • [ ] #596
  • [ ] #533

kmcginnes avatar Sep 05 '24 16:09 kmcginnes