From 8907199cee406926d6a032848a64b824eb816776 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=D5=A1=C4=B1try?= <32328713+dwitry@users.noreply.github.com> Date: Mon, 29 Apr 2019 13:14:25 +0300 Subject: [PATCH] Update README.md (#274) --- tinkerpop/cypher-gremlin-extensions/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tinkerpop/cypher-gremlin-extensions/README.md b/tinkerpop/cypher-gremlin-extensions/README.md index 5a9d0f78..c463f651 100644 --- a/tinkerpop/cypher-gremlin-extensions/README.md +++ b/tinkerpop/cypher-gremlin-extensions/README.md @@ -246,6 +246,8 @@ Following TCK scenarios rely on that feature: ### Creating big ranges +There is no known simple way to create numeric range in Gremlin ([Range](http://tinkerpop.apache.org/docs/current/reference/#range-step)) step has different use). + Current implementation of numeric `range` in Cypher for Gremlin timeouts when creating a big range (over 10000 elements): ```groovy