5.5 · Lesson

Retesting with Actor Label

You have refactored the graph to add the Actor Full definition for label (opens in a new tab)A tag on a node that groups it with other nodes of the same kind. A node can carry more than one. to the appropriate Full definition for node (opens in a new tab)A vertex in a graph. In a property graph it can carry labels and properties.. You must now retest your use cases against the refactored graph.

Note that if you had a fully-scaled graph, you would see differences in the queries that use the Person label vs. the Actor label. You can profile the queries to compare the rows retrieved before and after.