|
Different query languages
Hi Mladen! The first thing that comes to my mind when reading this is CyperForGremlin. However, as this project only translates Cyper queries into Gremlin queries, I do not expect a significant differ
Hi Mladen! The first thing that comes to my mind when reading this is CyperForGremlin. However, as this project only translates Cyper queries into Gremlin queries, I do not expect a significant differ
|
By
rngcntr
· #6194
·
|
|
JanusGraph-GRPC
Hi! As far as I know, your assumption is correct. However, Janusgraph-GRPC is still in the early stages of development and I guess it will still take a few versions before it will become available. Th
Hi! As far as I know, your assumption is correct. However, Janusgraph-GRPC is still in the early stages of development and I guess it will still take a few versions before it will become available. Th
|
By
rngcntr
· #6080
·
|
|
EOL version components
Hi Dev, you can follow the progress here: https://github.com/JanusGraph/janusgraph/pull/2672 There is no ETA, but we are planning to release 0.6.0 as soon as possible. It is currently blocked by a Tin
Hi Dev, you can follow the progress here: https://github.com/JanusGraph/janusgraph/pull/2672 There is no ETA, but we are planning to release 0.6.0 as soon as possible. It is currently blocked by a Tin
|
By
rngcntr
· #5961
·
|
|
Backup & Restore of Janusgraph Data with Mixed Index Backend (Elastisearch)
If your use case can handle the downtime, stopping writes and waiting until all changes are propagated to both the storage and the index backend sounds like a viable solution. However, I have no idea
If your use case can handle the downtime, stopping writes and waiting until all changes are propagated to both the storage and the index backend sounds like a viable solution. However, I have no idea
|
By
rngcntr
· #5867
·
|
|
Backup & Restore of Janusgraph Data with Mixed Index Backend (Elastisearch)
Although the solution presented by Marc is also the closest to a consistent backup that I can think of, there are obviously caveats to it. Updates of values which were written after the time of the Sc
Although the solution presented by Marc is also the closest to a consistent backup that I can think of, there are obviously caveats to it. Updates of values which were written after the time of the Sc
|
By
rngcntr
· #5865
·
|
|
Transaction Cache vs. DB Cache Questions
Hi Joe, just as Boxuan already said, the cache size is crucial for this task. But assuming your graph is large, only a fraction of the vertices will fit into the cache even if scaled appropriately. Th
Hi Joe, just as Boxuan already said, the cache size is crucial for this task. But assuming your graph is large, only a fraction of the vertices will fit into the cache even if scaled appropriately. Th
|
By
rngcntr
· #5853
·
|
|
CLA & DCO Signing
Hi Fredrick! First of all, thanks for your contribution! How did you try to squash the commits? In the PR, I still see a total of eight commits so it appears your squash didn't work for some reason. Y
Hi Fredrick! First of all, thanks for your contribution! How did you try to squash the commits? In the PR, I still see a total of eight commits so it appears your squash didn't work for some reason. Y
|
By
rngcntr
· #5824
·
|
|
FoundationDB adapter working status
Hi cedtwo! The Janusgraph-FDB adapter was never officially supported because it has not left the early stages of development. Although there is some interest in the community, it appears no one is act
Hi cedtwo! The Janusgraph-FDB adapter was never officially supported because it has not left the early stages of development. Although there is some interest in the community, it appears no one is act
|
By
rngcntr
· #5817
·
|
|
Janusgraph 0.5.3 potential memory leak
Sadly, that quick fix is not only fast but also incorrect. It requires to iterate the `Iterator` twice which causes incorrect results.
Sadly, that quick fix is not only fast but also incorrect. It requires to iterate the `Iterator` twice which causes incorrect results.
|
By
rngcntr
· #5618
·
Edited
|
|
Janusgraph 0.5.3 potential memory leak
Hey @mad, thanks for your benchmark code! I ran a few experiments with it today and figured out that creating an Iterable from the Iterator seems to already solve the problem. I added the following fu
Hey @mad, thanks for your benchmark code! I ran a few experiments with it today and figured out that creating an Iterable from the Iterator seems to already solve the problem. I added the following fu
|
By
rngcntr
· #5612
·
Edited
|
|
Janusgraph connect with MySQL Storage Backend
Oh nice, I wrote the janusbench tool for myself and didn't expect anyone discover it or even use it. Great to see and thanks for advertising it @Boxuan! ;)
Oh nice, I wrote the janusbench tool for myself and didn't expect anyone discover it or even use it. Great to see and thanks for advertising it @Boxuan! ;)
|
By
rngcntr
· #5598
·
|
|
Open instances
We once had a short discussion about that over on the old mailing list. Sadly, we did not find a quick solution there. However, seeing more people at least confirms that it does not only occur due to
We once had a short discussion about that over on the old mailing list. Sadly, we did not find a quick solution there. However, seeing more people at least confirms that it does not only occur due to
|
By
rngcntr
· #5582
·
|
|
Janusgraph 0.5.3 potential memory leak
What @porunov mentions, looks quite interesting. When I made the change in the code, I didn't actually notice I changed the signature that is used for `ofStaticBuffer`. But as you mentioned, it now lo
What @porunov mentions, looks quite interesting. When I made the change in the code, I didn't actually notice I changed the signature that is used for `ofStaticBuffer`. But as you mentioned, it now lo
|
By
rngcntr
· #5555
·
|
|
Transaction Management
We've had another post about memory leaks just the other day, here: https://lists.lfaidata.foundation/g/janusgraph-users/message/5544 Do you think what you encountered is a duplicate of that problem o
We've had another post about memory leaks just the other day, here: https://lists.lfaidata.foundation/g/janusgraph-users/message/5544 Do you think what you encountered is a duplicate of that problem o
|
By
rngcntr
· #5554
·
|
|
Janusgraph 0.5.3 potential memory leak
Hi there! What you describe looks very interesting and is definitely not intended behavior. You mentioned my PR which seems to cause these troubles. That's quite interesting because this PR was actual
Hi there! What you describe looks very interesting and is definitely not intended behavior. You mentioned my PR which seems to cause these troubles. That's quite interesting because this PR was actual
|
By
rngcntr
· #5547
·
|