Skip to content
This repository has been archived by the owner on Aug 19, 2020. It is now read-only.

Enable Titan to return multiple Vertices from list of IDs #101

Open
kfoss opened this issue Feb 12, 2014 · 0 comments
Open

Enable Titan to return multiple Vertices from list of IDs #101

kfoss opened this issue Feb 12, 2014 · 0 comments

Comments

@kfoss
Copy link
Contributor

kfoss commented Feb 12, 2014

Edges contain _inV and _outV, which point at the IDs of respective vertices. Currently, each vertex must be retrieved one by one. It would be helpful to query Titan for multiple vertices, especially when working with a list of edges. For example, providing {'id1', 'id2', 'id3', ... } to return all vertices would be a more efficient query.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant