|
Re: New Property keys in existing index getting stuck in registered state
That is not working. According to Documentation https://docs.janusgraph.org/schema/index-management/index-performance/
After build index i'm calling ManagementSystem.awaitGraphIndexStatus(graph,
That is not working. According to Documentation https://docs.janusgraph.org/schema/index-management/index-performance/
After build index i'm calling ManagementSystem.awaitGraphIndexStatus(graph,
|
By
Harshit Sharma
·
#6339
·
|
|
Re: Concurrent Transactions on JG Edges
Hi,
Can someone please advise if previously mentioned way is incorrect for using lock consistencies on edge property keys (version in my case)?
Regards,
Aman
Hi,
Can someone please advise if previously mentioned way is incorrect for using lock consistencies on edge property keys (version in my case)?
Regards,
Aman
|
By
Aman <amandeep.srivastava1996@...>
·
#6338
·
|
|
Re: New Property keys in existing index getting stuck in registered state
Hi Harshit,
Can you check if
https://groups.google.com/g/janusgraph-users/c/GfYM538KsTo helps?
Best,
Boxuan
Hi Harshit,
Can you check if
https://groups.google.com/g/janusgraph-users/c/GfYM538KsTo helps?
Best,
Boxuan
|
By
Boxuan Li
·
#6337
·
|
|
Re: New Property keys in existing index getting stuck in registered state
Sorry because of type posting again -
If I'm adding new keys to an existing index, many keys are getting stuck in the registered or installed state
for example, I indexed a key "graphId" for the
Sorry because of type posting again -
If I'm adding new keys to an existing index, many keys are getting stuck in the registered or installed state
for example, I indexed a key "graphId" for the
|
By
Harshit Sharma
·
#6336
·
|
|
New Property keys in existing index getting stuck in registered state
If I'm adding new keys to an existing index, many keys are getting stuck in the registered or installed state
for example, I indexed a key "graphId" for the vertex in an index graphVertexIndex
while I
If I'm adding new keys to an existing index, many keys are getting stuck in the registered or installed state
for example, I indexed a key "graphId" for the vertex in an index graphVertexIndex
while I
|
By
Harshit Sharma
·
#6335
·
|
|
JG Schema - addConnection seem to create duplicate connections
Hi All,
I have a strange behaviour while using the addConnection method for creating JG schema constraints. It seems it creates duplicated connections in some cases. Please see below how to reproduce
Hi All,
I have a strange behaviour while using the addConnection method for creating JG schema constraints. It seems it creates duplicated connections in some cases. Please see below how to reproduce
|
By
Peter Molnar
·
#6334
·
|
|
Re: Janusgraph not able to find suitable index for a index enabled property key
I think I found the issue, I was using default mapping for all properties which are created in separate transactions.
I have a few questions -
1. Does JG support TEXTSTRING mapping SET cardinality?
2.
I think I found the issue, I was using default mapping for all properties which are created in separate transactions.
I have a few questions -
1. Does JG support TEXTSTRING mapping SET cardinality?
2.
|
By
Harshit Sharma
·
#6333
·
|
|
Re: Concurrent Transactions on JG Edges
Hi Marc,
Thank you for your response. This is how I'm using it:
1. I created a property key called version, which is incremented at the service layer every time an update is made on an element (vertex
Hi Marc,
Thank you for your response. This is how I'm using it:
1. I created a property key called version, which is incremented at the service layer every time an update is made on an element (vertex
|
By
Aman <amandeep.srivastava1996@...>
·
#6332
·
|
|
Re: Janusgraph not able to find suitable index for a index enabled property key
It looks something like this ->
graph_search_graph-index-edge: {
mappings: {
- properties: {
- all: {
type: "text"
},
- graphId: {
type: "text",
-copy_to: [ "all"]
}
-
It looks something like this ->
graph_search_graph-index-edge: {
mappings: {
- properties: {
- all: {
type: "text"
},
- graphId: {
type: "text",
-copy_to: [ "all"]
}
-
|
By
Harshit Sharma
·
#6331
·
|
|
Re: Concurrent Transactions on JG Edges
Hi Aman,
The JanusGraph docs on consistency, cqlLocking do not limit its use to vertices. Can you please show how you translated the example from
Hi Aman,
The JanusGraph docs on consistency, cqlLocking do not limit its use to vertices. Can you please show how you translated the example from
|
By
hadoopmarc@...
·
#6330
·
|
|
Re: Janusgraph not able to find suitable index for a index enabled property key
Could you please provide a ES mapping that was generated for this property?
Could you please provide a ES mapping that was generated for this property?
|
By
sergeymetallic@...
·
#6329
·
|
|
Re: Janusgraph not able to find suitable index for a index enabled property key
Yes it is TEXTSTRING--
Regards,
Harshit Sharma
+91-9901459920
Yes it is TEXTSTRING--
Regards,
Harshit Sharma
+91-9901459920
|
By
Harshit Sharma
·
#6328
·
|
|
Concurrent Transactions on JG Edges
Hi,
Is there a way by which I can prevent concurrent updates to edges? For vertices, I'm simply maintaining a version field with Lock consistency, so a concurrent update results in Permanent Locking
Hi,
Is there a way by which I can prevent concurrent updates to edges? For vertices, I'm simply maintaining a version field with Lock consistency, so a concurrent update results in Permanent Locking
|
By
Amandeep Srivastava <amandeep.srivastava1996@...>
·
#6327
·
|
|
Concurrent Transactions on JG Edges
Hi,
Is there a way by which I can prevent concurrent updates to edges? For vertices, I'm simply maintaining a version field with Lock consistency, so a concurrent update results in Permanent Locking
Hi,
Is there a way by which I can prevent concurrent updates to edges? For vertices, I'm simply maintaining a version field with Lock consistency, so a concurrent update results in Permanent Locking
|
By
Aman <amandeep.srivastava1996@...>
·
#6326
·
|
|
Re: Janusgraph not able to find suitable index for a index enabled property key
Sorry, I meant to ask
Are you sure "key1" has TEXTSTRING mapping, rather than TEXT mapping?
Sorry, I meant to ask
Are you sure "key1" has TEXTSTRING mapping, rather than TEXT mapping?
|
By
Boxuan Li
·
#6325
·
|
|
Re: Janusgraph not able to find suitable index for a index enabled property key
Yes, key1 is of TEXT String mapping because I'm creating only TEXT or TEXTSTRING type of mapping.
I can try to update but looks like an upgrade from 0.5.2 to 0.6.0 involve some major changes and
Yes, key1 is of TEXT String mapping because I'm creating only TEXT or TEXTSTRING type of mapping.
I can try to update but looks like an upgrade from 0.5.2 to 0.6.0 involve some major changes and
|
By
Harshit Sharma
·
#6324
·
|
|
Re: Janusgraph not able to find suitable index for a index enabled property key
You mentioned that
g.V().has("key1", textContains("val") ) is working while
g.V().has("key1","val13") is not working
Are you sure "key1" has TEXTSTRING mapping, rather than STRING mapping?
I am
You mentioned that
g.V().has("key1", textContains("val") ) is working while
g.V().has("key1","val13") is not working
Are you sure "key1" has TEXTSTRING mapping, rather than STRING mapping?
I am
|
By
Boxuan Li
·
#6323
·
|
|
Re: Janusgraph not able to find suitable index for a index enabled property key
But this has query is working for other properties which are created in the same transaction as that of the index. They also have mapping as TEXTSTRING--
Regards,
Harshit Sharma
+91-9901459920
But this has query is working for other properties which are created in the same transaction as that of the index. They also have mapping as TEXTSTRING--
Regards,
Harshit Sharma
+91-9901459920
|
By
Harshit Sharma
·
#6322
·
|
|
Re: Janusgraph not able to find suitable index for a index enabled property key
For these kind of queries you need TEXTSTRING mapping. As an alternative you can create composite index to "equals" queries
For these kind of queries you need TEXTSTRING mapping. As an alternative you can create composite index to "equals" queries
|
By
sergeymetallic@...
·
#6321
·
|
|
Re: Janusgraph not able to find suitable index for a index enabled property key
I tried following query
g.V().has("key1", textContains("val") ) is working while
g.V().has("key1","val13") is not working
--
Regards,
Harshit Sharma
+91-9901459920
I tried following query
g.V().has("key1", textContains("val") ) is working while
g.V().has("key1","val13") is not working
--
Regards,
Harshit Sharma
+91-9901459920
|
By
Harshit Sharma
·
#6320
·
|