Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...


SELECT t1.name, t2.name as projectName FROM Persons t1, Projects t2 where t1.id == t2.responsiblePersonId


Let's assume there is no collocation and the data placed on different nodes.

...