You need to have index to enable Lookup to return ...
# nebula
g
You need to have index to enable Lookup to return values without full-scan of the database, but if that ID is VertexID then it should be fine because it is implicit index. But if that thuadat.id is user field then you should create explicit index for it.
❤️ 2