How to yield output of of 1st query in 2nd query? #4364
-
Hi,
Output:- Is there any way to return the userDetails from Fetch query? Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
Looks like the same request as described in #3984 , not supported yet. |
Beta Was this translation helpful? Give feedback.
-
@xiajingchun How many properties can we create in a single edge? If we use fetch on edge by giving scrId and dstId will it effect performance as properties increases? Thanks, |
Beta Was this translation helpful? Give feedback.
-
@wey-gu Yes we can use key-value separation but that leads us to 2billion edges and this might increase when we onboard a new partner. So we wanted to add the details of new partner to the edge by adding properties. Is there any hard limit for no.of properties in a edge. I know you said internally it stores it in form of key-value. But is there any limit for that value size? (Like Couchbase has limit that doc size cannot be more than 20MB). It's okay if our data is not stored in the cache and every time it is fetched from storage. Where do we find more info about cache mechanism used by nebula graph? Thanks, |
Beta Was this translation helpful? Give feedback.
-
Hi @wey-gu, we have deployed 3 stroraged, 3 graphed, 1 metad node server in our cluster. when we try to delete storage pod one by one after the deleted one is ready we get the data till 2 deletions. But when delete the last pod(3rd one) we get leader changed error while querying data. can you please let us know why? nebula support high availability if we replicas and 3 node cluster right? Thanks, |
Beta Was this translation helpful? Give feedback.
Looks like the same request as described in #3984 , not supported yet.
Maybe you can use match to rewrite your query, although usally there will some performance loss comparing to GO & FETCH.