|
Re: Multiple vertices generated for the same index value and vertex properties missing with RF3
Another really strange observation
gremlin>
Another really strange observation
gremlin>
|
By
sauverma
·
#5777
·
|
|
Re: Count Query Optimization
Have you tried keeping query.batch = true AND query.fast-property = true?
Regards,
Boxuan
Have you tried keeping query.batch = true AND query.fast-property = true?
Regards,
Boxuan
|
By
Boxuan Li
·
#5776
·
|
|
Re: Count Query Optimization
Hi All,
Adding these properties in the configuration file affects edge traversal. Retrieving a single edge takes 7 mins of time.
1) Turn on query.batch
2) Turn off query.fast-property
Count query is
Hi All,
Adding these properties in the configuration file affects edge traversal. Retrieving a single edge takes 7 mins of time.
1) Turn on query.batch
2) Turn off query.fast-property
Count query is
|
By
Vinayak Bali
·
#5775
·
|
|
Re: Multiple vertices generated for the same index value and vertex properties missing with RF3
Hi
The issue still persists, and the vertex metadata is still missing for some vertices, after enabling https://docs.janusgraph.org/advanced-topics/eventual-consistency/, has someone seen the same
Hi
The issue still persists, and the vertex metadata is still missing for some vertices, after enabling https://docs.janusgraph.org/advanced-topics/eventual-consistency/, has someone seen the same
|
By
sauverma
·
#5774
·
|
|
Re: Janusgraph 0.5.3 potential memory leak
Opened the issue about this potential bug here: https://github.com/JanusGraph/janusgraph/issues/2524
Opened the issue about this potential bug here: https://github.com/JanusGraph/janusgraph/issues/2524
|
By
Oleksandr Porunov
·
#5773
·
Edited
|
|
Re: ScriptExecutor Deprecated but Used in gremlin.bat
Hi Fredrick,
You are right, this is an issue, so if you want to report this: thanks.
Best wishes, Marc
Hi Fredrick,
You are right, this is an issue, so if you want to report this: thanks.
Best wishes, Marc
|
By
hadoopmarc@...
·
#5772
·
|
|
Re: Count Query Optimization
Hi Vinayak,
Try below. If it works for you, you can add E2 and D similarly.
g.V().has('property1', 'A').
outE().has('property1', 'E').as('e').
inV().has('property1', 'B').
Hi Vinayak,
Try below. If it works for you, you can add E2 and D similarly.
g.V().has('property1', 'A').
outE().has('property1', 'E').as('e').
inV().has('property1', 'B').
|
By
AMIYA KUMAR SAHOO
·
#5771
·
|
|
Re: Duplicate Vertex
Hi Boxuan Li,
Hope this helps:
---------------------------------------------------------------------------------------------------
Vertex Index Name | Type | Unique | Backing
Hi Boxuan Li,
Hope this helps:
---------------------------------------------------------------------------------------------------
Vertex Index Name | Type | Unique | Backing
|
By
kumkar.dev@...
·
#5770
·
|
|
Re: Duplicate Vertex
Hi, can you share more details (what indexes do you have related to prop1 and/or prop2), or even minimal code to reproduce?
Hi, can you share more details (what indexes do you have related to prop1 and/or prop2), or even minimal code to reproduce?
|
By
Boxuan Li
·
#5769
·
|
|
Duplicate Vertex
Hello
We are on Janus 0.4.0 and faced one scenario wherein there were duplicate vertices created.
These 2 vertices were created in span of 9 milliseconds within single transaction.
We are using index
Hello
We are on Janus 0.4.0 and faced one scenario wherein there were duplicate vertices created.
These 2 vertices were created in span of 9 milliseconds within single transaction.
We are using index
|
By
kumkar.dev@...
·
#5768
·
Edited
|
|
Re: How to circumvent transaction cache?
Thanks for your thoughts.
1) I'm very interested to try out the PR you made for this issue.
2) I don't think the solution you gave me in that previous thread solves the issue. What if another user
Thanks for your thoughts.
1) I'm very interested to try out the PR you made for this issue.
2) I don't think the solution you gave me in that previous thread solves the issue. What if another user
|
By
timon.schneider@...
·
#5767
·
|
|
Re: Count Query Optimization
Amiya - I need to check the data, there is some mismatch with the counts.
Consider we have more than one relation to get the count. How can we modify the query?
For example:
A->E->B query is as
Amiya - I need to check the data, there is some mismatch with the counts.
Consider we have more than one relation to get the count. How can we modify the query?
For example:
A->E->B query is as
|
By
Vinayak Bali
·
#5766
·
|
|
Re: Count Query Optimization
Hi Vinayak,
Correct vertex count is ( 400332 non-unique, 34693 unique).
g.V().has('property1', 'A').aggregate('v'), all the vertex having property1 = A might be getting included in count in your
Hi Vinayak,
Correct vertex count is ( 400332 non-unique, 34693 unique).
g.V().has('property1', 'A').aggregate('v'), all the vertex having property1 = A might be getting included in count in your
|
By
AMIYA KUMAR SAHOO
·
#5765
·
|
|
Re: Count Query Optimization
Hi Amiya,
With dedup:
g.V().has('property1', 'A').
outE().has('property1','E').
where(inV().has('property1', 'B')). fold().
project('edgeCount', 'vertexCount').
Hi Amiya,
With dedup:
g.V().has('property1', 'A').
outE().has('property1','E').
where(inV().has('property1', 'B')). fold().
project('edgeCount', 'vertexCount').
|
By
Vinayak Bali
·
#5764
·
|
|
Re: Count Query Optimization
Hi Vinayak,
May be try below.
g.V().has('property1', 'A').
outE().has('property1','E').
where(inV().has('property1', 'B')). fold().
project('edgeCount', 'vertexCount').
Hi Vinayak,
May be try below.
g.V().has('property1', 'A').
outE().has('property1','E').
where(inV().has('property1', 'B')). fold().
project('edgeCount', 'vertexCount').
|
By
AMIYA KUMAR SAHOO
·
#5763
·
|
|
Re: Janusgraph - OLAP using Dataproc
Hi Claire!
Would you mind sharing the pom.xml file for your build? I'm trying a similar build for AWS and am hitting a mess of dependency errors.
Thank you :)
Ben
Hi Claire!
Would you mind sharing the pom.xml file for your build? I'm trying a similar build for AWS and am hitting a mess of dependency errors.
Thank you :)
Ben
|
By
kndoan94@...
·
#5762
·
|
|
Re: Caused by: org.janusgraph.core.JanusGraphException: A JanusGraph graph with the same instance id [0a000439355-0b2b58ca5c222] is already open. Might required forced shutdown.
Hi Srinivas,
In the yaml file determining class Settings you use the channelizer key twice. If you use ConfigurationManagentGraph only the following line should be present:
channelizer:
Hi Srinivas,
In the yaml file determining class Settings you use the channelizer key twice. If you use ConfigurationManagentGraph only the following line should be present:
channelizer:
|
By
hadoopmarc@...
·
#5761
·
|
|
Re: Count Query Optimization
Hi Vinayak,
Another attempt, this one is very similar to the one that works.
gremlin> graph =
Hi Vinayak,
Another attempt, this one is very similar to the one that works.
gremlin> graph =
|
By
hadoopmarc@...
·
#5760
·
|
|
Re: Count Query Optimization
Hi,
You may try to use denormalization by setting property1 from inV also on edge.
Then once edges are updated, following query should work:
g.V().has('property1',
Hi,
You may try to use denormalization by setting property1 from inV also on edge.
Then once edges are updated, following query should work:
g.V().has('property1',
|
By
Nicolas Trangosi <nicolas.trangosi@...>
·
#5759
·
|
|
Re: Count Query Optimization
Hi Marc,
Using local returns the output after each count. For
Hi Marc,
Using local returns the output after each count. For
|
By
Vinayak Bali
·
#5758
·
|