[orientdb] "Pinning" a table in memory

2016-07-19 Thread Eric24
Is there any mechanism (in ODB 2.2.x) to "pin" a specific table in a database in memory? Essentially, within a normal plocal disk-backed database, I want to select a specific table that is always guaranteed to be in memory (obviously my application is making sure that this table is maintained

[orientdb] Re: Filter vertices collection with a wildcard operator

2016-07-19 Thread Eric24
Just out of curiosity, why do you need the allowLeadingWildcard metadata? The example appears to show a "trailing" wildcard. --Eric On Monday, July 18, 2016 at 10:51:45 AM UTC-5, SavioL wrote: > > You can use this query: > > select expand(in('LTSval')) from ATS_NAMAbbr where dval LUCENE "ABS*" >

Re: [orientdb] orientdb embedded server in .Net

2016-07-19 Thread Roberto Franchini
On Tue, Jul 19, 2016 at 10:06 AM, Shoham Ben-Har wrote: > Hello, > > Is it possible to embed orientDB server in a .net application? > OrientDB is written in Java, so it easily embeddable in any jvm-based language. So, no, it's impossible to embed in .NET. The .net driver is

Re: [orientdb] Using math.js in Functions

2016-07-19 Thread Tore
It worked just fine after correcting a mistyping and adding, actually guessing, the phrase: parseFloat(arg). Can someone please add a few words about this parse-stuff in Functions - in the doc? // The Math.log() function returns the natural logarithm (base e) of a number. return

[orientdb] Re: Graph Traversal

2016-07-19 Thread alessandrorota04
You could use g.V.has('@class',T.in,['A','B','C','D','E','F']) Hope it helps. -- --- 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] orientdb embedded server in .Net

2016-07-19 Thread Shoham Ben-Har
Hello, Is it possible to embed orientDB server in a .net application? -- --- 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

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

2016-07-19 Thread W. Craig Trader
Paul ... You should check out OrientDb Hooks (http://orientdb.com/docs/2.1/Hook.html) which function like triggers in traditional databases. - Craig - On Jul 11, 2016 18:10, "Paul I Bloom" wrote: > After I create a record, I would like to use the value from one of the >

[orientdb] Re: Graph Traversal

2016-07-19 Thread Amrutha Valli
can i have a orient query for the same On Tuesday, July 19, 2016 at 4:27:51 PM UTC+5:30, Amrutha Valli wrote: > > i have the below classes > > A,B,C,D,E,F with the properties name and id and all are related with has > relation the query didnt work for me > > On Tuesday, July 19, 2016 at 4:16:16

[orientdb] Re: Graph Traversal

2016-07-19 Thread Amrutha Valli
i have the below classes A,B,C,D,E,F with the properties name and id and all are related with has relation the query didnt work for me On Tuesday, July 19, 2016 at 4:16:16 PM UTC+5:30, alessand...@gmail.com wrote: > > Hi, with > g.V.has('@class','V') > > it get all vertices of class "V"

[orientdb] Re: Graph Traversal

2016-07-19 Thread alessandrorota04
Hi, with g.V.has('@class','V') it get all vertices of class "V" while with has('name',T.in,['A','B','C','D']) it get all the previous vertices where the field "name" is one of A,B,C,D. The equivalent OSQL query is : select from v where name contains ["A","B","C","D"] -- --- You received

[orientdb] Re: Graph Traversal

2016-07-19 Thread Amrutha Valli
Can you explain the query On Tuesday, July 19, 2016 at 3:46:34 PM UTC+5:30, alessand...@gmail.com wrote: > > I have replicated your structure. > You could use this query > > g.V.has('@class','V').has('name',T.in,['A','B','C','D']) > > > >

[orientdb] Re: Graph Traversal

2016-07-19 Thread alessandrorota04
I have replicated your structure. You could use this query g.V.has('@class','V').has('name',T.in,['A','B','C','D']) Kind regards, Alessandro -- --- You

[orientdb] Re: Graph Traversal

2016-07-19 Thread Amrutha Valli
Basically i want the details of the A,D,E,F On Tuesday, July 19, 2016 at 3:20:05 PM UTC+5:30, Amrutha Valli wrote: > > I want all the details > > On Tuesday, July 19, 2016 at 3:13:50 PM UTC+5:30, alessand...@gmail.com > wrote: >> >> Hi, >> do you want all paths from A - D or the shortest path

[orientdb] Re: Graph Traversal

2016-07-19 Thread alessandrorota04
Hi, do you want all paths from A - D or the shortest path or other ? Best regards, Alessandro -- --- 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