Thanks,when I use tha commend like this
curl -X GET -H "Content-Type: application/json" spark-1:6080/assign?what=uids&num=100000000000
It response an error as follows:
{"errors":[{"code":"ErrorInvalidRequest","message":"num not passed"}]}
Then I have found a parameter about the Zero, the “maxLeaseId”:“3040000”. How to modify this parameter?
If we use the UIDs genrated by Dgraph itself, it may be confuse for us to find the correct node since these node have many same attributes. That is to say, we may meet a wrong result even if we find the UIDs with many conditions.
So, we generate the RDF data with our defined UIDs like 0x1,0x9a et. Is there another method for we to do easily?