Hi, I have written a Sql function which takes in 2 String parameters and the creates an edge betweent he two Vertices identified by the two IN parameter.
Firstly, I was not able to call this function using the Java API. The issue was that the parameter are not being recognized by the java call. I was able to check the function positively from the studio. Then after going thru some posts and doing some research I found that we can call a js function with parameters. Now I have a js function which does the same but it is taking 158 millisecs to execute the command from the java API which I feel is little too much. Could you please suggest if and how this can be sped up and also if this strategy is correct. Thanks. -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
