Re: [orientdb] Using math.js in Functions

2016-07-11 Thread Luca Garulli
You can use the Java math for sure: https://docs.oracle.com/javase/8/docs/api/java/lang/Math.html Example: var value = java.lang.Math.abs( v ); Best Regards, Luca Garulli Founder & CEO OrientDB LTD On 11 July 2016 at 14:09, Tore wrote: > Trying

[orientdb] OrientDB - Using the value of a type in another record

2016-07-11 Thread Paul I Bloom
After I create a record, I would like to use the value from one of the Types in that record in another record - that is have it automatically populate a type in the second record. Please advise how to perform this operation. -- --- You received this message because you are subscribed to

[orientdb] Using math.js in Functions

2016-07-11 Thread Tore
Trying to utilize math() in a function (javascript). If this can be done, is there a way to use a function in a query? e.g. select math.asinh(XXX) as yyy from ... -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this

[orientdb] export orientdb data

2016-07-11 Thread Amrutha Valli
How can i export orientdb data as sql file so that i can modilfy -- --- 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

[orientdb] Participate in KV storages benchmark

2016-07-11 Thread xvik
Hello, I found recently java embedded KV storages benchmark. The latest version includes new jetbrains storage xodus, which makes me think that orient could participate too https://github.com/lmdbjava/benchmarks/blob/master/results/20160710/README.md Orient completely comply to benchmark

[orientdb] Create edge error

2016-07-11 Thread Amrutha Valli
i am unable to create an edge in orientdb with value as "is" CREATE CLASS IS EXTENDS E; but the same is working when i am doing it from gremlin graph.addEdge("is" ,new, new1,"is"); -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group.

[orientdb] Problem in migrate version 2.2.4 GA

2016-07-11 Thread Pugazharasan Thirumalai
Currently we have used the orientdb version 2.0.18 , there we have used the query example is_delete = 0 (which is boolean variable) . Now we are migrate to version 2.2.4 version, when we use is_delete = 0 (which is boolean variable) in newer version is not return the record but if we use

Re: [orientdb] Re: Relational model vs. Graph database model

2016-07-11 Thread Luigi Dell'Aquila
Hi Fabrizio, In my experience, there numbers seem a bit too high... Just a couple of questions (sorry, I don't know if you already answered before, maybe I missed it...) - how big is your DB? - what is your configuration? (RAM, heap, off-heap and so on) - I see you are using out() without any