You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Performance fixes as related to the openCypher Specification implementation go here. These tasks can come from internal performance tests, Github issues, bugs, or discussions..
Graph representation is how the graph is represented in memory, not in tables. Tasks adding, modifying, deleting, or fixing the graph's internal representation will go here.
AGE Github openCypher implementation issues go here. This is not for the Viewer. Additionally, some issues may end up being reassigned to their specific project group.
AGE Core graph algorithms are algorithms that provide basic functionality that is intrinsic (core) to the graph. These are low level basic algorithms that provide support, as opposed to higher level analytics algorithms which would use that support. Tasks for these will go here.
When an index is defined on a label table, when a label is created that inherits from this table, including the indices that are attached to the parent table too, and not just the column definitions. Without label inheritance being implemented, you can create an index on the no-label table and the