aws / graph-explorer

React-based web application that enables users to visualize both property graph and RDF data and explore connections between data without having to write graph queries.
https://github.com/aws/graph-explorer
Apache License 2.0
300 stars 46 forks source link

[Task] Optimize the Gremlin query for schema sync #377

Open kmcginnes opened 1 month ago

kmcginnes commented 1 month ago

Optimize schema sync query

One particular issue is when there are a large number of node labels, the query payload will exceed Express.js request body size. See issue #410 for details.

Related