Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Graph computer question - Apache TinkerPop
AT
Apache TinkerPop
•
14mo ago
•
3 replies
Valentyn Kahamlyk
Graph computer question
In some cases TinkerGraphComputer removes duplicates from input
, is this a bug or a feature
?
For example
gremlin
> g
.V
(1
,1
)
.count
(
)
=
=
>2
gremlin
> g
.withComputer
(
)
.V
(1
,1
)
.count
(
)
=
=
>1
Solution
i
'd say this is the bug
:
gremlin> g.V(1,1).count()
==>2
gremlin> g.V(1,1).count()
==>2
i wonder when that got introduced
.
.
.
.
.
.
.
Jump to solution
Apache TinkerPop
Join
Apache TinkerPop is an open source graph computing framework and the home of the Gremlin graph query language.
1,376
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Similar Threads
Was this page helpful?
Yes
No
Similar Threads
Big graph makes timeouts
AT
Apache TinkerPop / questions
3y ago
Implementing Graph Filter for Sub-Graph Loading in Spark Cluster with JanusGraph
AT
Apache TinkerPop / questions
3y ago
VertexProgram filter graph before termination
AT
Apache TinkerPop / questions
3y ago
Parameterized edges creation in existing graph
AT
Apache TinkerPop / questions
15mo ago