You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the new feature you'd like
There should be a configurable limit to the amount of elements returned in a GetAllElements by tinkerpop. This should use the Limit operation and be configurable. Perhaps it could use a TraversalStrategy
Why do you want this feature?
So gremlin users don't accidentally use GetAllElements and create a performance issue
Describe alternatives you've considered
If Gaffer had a property index, then a TraversalStrategy could be added to use that instead, as described in #277 (comment)
The text was updated successfully, but these errors were encountered:
Describe the new feature you'd like
There should be a configurable limit to the amount of elements returned in a GetAllElements by tinkerpop. This should use the Limit operation and be configurable. Perhaps it could use a TraversalStrategy
Why do you want this feature?
So gremlin users don't accidentally use GetAllElements and create a performance issue
Describe alternatives you've considered
If Gaffer had a property index, then a
TraversalStrategy
could be added to use that instead, as described in #277 (comment)The text was updated successfully, but these errors were encountered: