implicit session
An Aura Graph Analytics session created together with its projection, in a single call.
Example
One call, which starts the session and scans the projection into it.
cypher
CALL gds.graph.project(
'directors-graph',
['Director', 'Movie'],
'DIRECTED',
{
memory: '2GB',
ttl: 'PT30M'
}
)
YIELD nodeCount, relationshipCount
RETURN nodeCount, relationshipCountThe config map carries memory and ttl where it would otherwise carry the id of a session that already exists.
Lessons that use this term
The lesson and course links below open in a new tab.
No published lesson uses this term yet.