You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tinkerpop.apache.org by ok...@apache.org on 2016/01/12 22:11:02 UTC

[15/15] incubator-tinkerpop git commit: added CAUTION note for HadoopGraph -- TINKERPOP-1009. So simple its a CTR.

added CAUTION note for HadoopGraph -- TINKERPOP-1009. So simple its a CTR.


Project: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/commit/4054e267
Tree: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/tree/4054e267
Diff: http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/diff/4054e267

Branch: refs/heads/master
Commit: 4054e2678511387c559647f7871d665f37176bf5
Parents: c9e3c9e
Author: Marko A. Rodriguez <ok...@gmail.com>
Authored: Tue Jan 12 14:10:36 2016 -0700
Committer: Marko A. Rodriguez <ok...@gmail.com>
Committed: Tue Jan 12 14:10:36 2016 -0700

----------------------------------------------------------------------
 docs/src/reference/implementations.asciidoc | 5 +++++
 1 file changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-tinkerpop/blob/4054e267/docs/src/reference/implementations.asciidoc
----------------------------------------------------------------------
diff --git a/docs/src/reference/implementations.asciidoc b/docs/src/reference/implementations.asciidoc
index 661c951..3d85a5a 100644
--- a/docs/src/reference/implementations.asciidoc
+++ b/docs/src/reference/implementations.asciidoc
@@ -1135,6 +1135,11 @@ etc.). Unfortunately, typically these dependencies are not to the same versions
 it is best to *not* have both Spark and Giraph plugins loaded in the same console session nor in the same Java
 project (though intelligent `<exclusion>`-usage can help alleviate conflicts in a Java project).
 
+CAUTION: It is important to note that when doing an OLAP traversal, any resulting vertices, edges, or properties will be
+attached to the source graph. For Hadoop-based graphs, this may lead to linear search times on massive graphs. Thus,
+if vertex, edge, or property objects are to be returns (as a final result), it is best to `.id()` to get the id
+of the object and not the actual attached object.
+
 [[mapreducegraphcomputer]]
 MapReduceGraphComputer
 ^^^^^^^^^^^^^^^^^^^^^^