Details
-
Improvement
-
Status: Closed
-
Minor
-
Resolution: Done
-
3.3.10
-
None
Description
We recommend that users reuse the graph traversal source across their application. One reason for that is that the same driver instance is used for all traversals which is necessary to use the connection pool efficiently.
This recommendation should also be in the docs to make users aware of it. spmallette mentioned these places to add this recommendation to:
- https://tinkerpop.apache.org/docs/current/tutorials/gremlins-anatomy/ - in GraphTraversalSource section
- https://tinkerpop.apache.org/docs/current/tutorials/getting-started/ - where we first show how to instantiate g
- https://tinkerpop.apache.org/docs/current/reference/#connecting-gremlin
or written up well once in the reference docs and linked to from the other locations....