Dinh Phu
Dinh Phu
Explore posts from servers
ATApache TinkerPop
Created by Dinh Phu on 6/2/2023 in #questions
Decode data in Hbase storage
7 replies
ATApache TinkerPop
Created by Dinh Phu on 4/3/2023 in #questions
Query if else in gremlin
oh, thank you
10 replies
ATApache TinkerPop
Created by Dinh Phu on 4/3/2023 in #questions
Query if else in gremlin
In your query
g.V(1).repeat(out()).emit(__.not(outE())).dedup()
g.V(1).repeat(out()).emit(__.not(outE())).dedup()
. If V(1) doesn't have out edge, it will not return V(1). While i want return itself if it doesn't have out edge
10 replies
ATApache TinkerPop
Created by Dinh Phu on 4/3/2023 in #questions
Out edge of vertex is slow
no different after I enable it
15 replies
ATApache TinkerPop
Created by Dinh Phu on 4/3/2023 in #questions
Out edge of vertex is slow
i' sorry, i'm wrong. It query.batch default is false and i don't change it
15 replies
ATApache TinkerPop
Created by Dinh Phu on 4/3/2023 in #questions
Out edge of vertex is slow
Yes
15 replies
ATApache TinkerPop
Created by Dinh Phu on 4/3/2023 in #questions
Out edge of vertex is slow
Yes
15 replies
ATApache TinkerPop
Created by Dinh Phu on 4/3/2023 in #questions
Query if else in gremlin
ok, thank you
10 replies
ATApache TinkerPop
Created by Dinh Phu on 4/3/2023 in #questions
Query if else in gremlin
Can i ask another question? When i run this below query: "g.V().has("guid", "6203620951906330066").limit(10).out("matching").profile().toSet()" And I see step "JanusGraphVertexStep(OUT,[matching],vertex)" take a lot of time. Is there any way to solve this?
10 replies
ATApache TinkerPop
Created by Dinh Phu on 3/20/2023 in #questions
The query gets slower as the number of vertices that already exist in JanusGraph gets bigger and big
i see it on Hbase UI
6 replies
ATApache TinkerPop
Created by Dinh Phu on 3/16/2023 in #questions
Way to update static vertex
i hope we will develop this feature in the future. Like the way Hbase implements TTL for record
6 replies
ATApache TinkerPop
Created by Dinh Phu on 2/2/2023 in #questions
Set TTL for vertex
yes, fortunately i' m using Hbase
8 replies
ATApache TinkerPop
Created by Dinh Phu on 2/2/2023 in #questions
Set TTL for vertex
thank
8 replies
ATApache TinkerPop
Created by Dinh Phu on 2/2/2023 in #questions
Set TTL for vertex
if that vertexlabel already exists, what to do
8 replies