[orientdb] New snapshots

2015-08-20 Thread kovaron1
Hello, I had a look at you repository ( https://oss.sonatype.org/content/repositories/snapshots/com/orientechnologies/orientdb-community/ ) and downloaded 2.1.1 and 2.2.0 versions. The last one says to be just not a whole day old. I'm searching for a version that contains this fix:

[orientdb] OPartitionedDatabasePool.acquire() forever run on server gone

2015-08-20 Thread Sergey Dashko
Is this possible to setup timeout on trying to connect to database? Now OPartitionedDatabasePool.acquire() runs forever if server stopped -- --- You received this message because you are subscribed to the Google Groups OrientDB group. To unsubscribe from this group and stop receiving emails

Re: [orientdb] OPartitionedDatabasePool.acquire() forever run on server gone

2015-08-20 Thread Andrey Lomakin
Hi, Sure, could you create issue ? On Fri, Aug 21, 2015 at 6:45 AM Sergey Dashko sdas...@gmail.com wrote: Is this possible to setup timeout on trying to connect to database? Now OPartitionedDatabasePool.acquire() runs forever if server stopped -- --- You received this message because you

[orientdb] How to optomize OrientDB to query large db or strings?

2015-08-20 Thread MV-dev1
I've got an incredibly large database of 100M+ records and need to query it as efficiently as possible, hopefully utilizing the best advantages of OrientDB. Any suggestions for how to add more vertexes to more quickly filter so that I can query more efficiently. *The Data* Think of a social

Re: [orientdb] Re: ofunction returns abstract record rid instead of actual rid when creating vertex

2015-08-20 Thread David de Sousa Seixas
Hi, I tried the same with version 2.1rc5 db = orient.getGraph(); var rid = db.command('sql','create vertex v'); db.commit; return rid; but it won't work. I still get back the abstract rid. Any ideas? segunda-feira, 1 de Setembro de 2014 às 18:56:30 UTC+1, Andrey Lomakin escreveu: I see,

[orientdb] Re: Optimizations on read and write cache levels.

2015-08-20 Thread defmikekoh
On accident, I started 2.1.0 with the default setting of handler class=com.orientechnologies.orient.server.handler.OJMXPlugin parameters parameter value=false name=enabled/ with in bin/server.sh -Dcom.sun.management.jmxremote

[orientdb] Re: Is there a way to retrieve the latest created vertex in a javascript function?

2015-08-20 Thread David de Sousa Seixas
Hi Jenica, I'm stuck with the same problem. I run a javascript server-side function with db.command('sql','create vertex v') and I can't come up with a way to get the rid of that vertex. Have you found a way? cheers sábado, 25 de Julho de 2015 às 06:24:53 UTC+1, Jenica escreveu: I am new

[orientdb] Re: Get Rid using server side script

2015-08-20 Thread Kyle
I think the problem is that in the function you are in a transaction and the temporary negative rid doesn't become a positive real rid until the transaction is committed. I tried doing: var gdb = orient.getGraph(); var v = gdb.command( sql, Create Vertex set x = 'x'); gdb.commit() return v

[orientdb] getVertices in asynch queries doesn't work

2015-08-20 Thread Tord Romstad
Hi, I can't get Vertex's getVertices() method to work correctly from inside an OSQLAsynchQuery. It never returns any vertices, even when the vertex has edges connected to it. With OSQLSynchQuery, everything works. Moreover, if I do an OSQLSynchQuery first, and *then* and OSQLAsynchQuery with

[orientdb] Kill JVM Sometimes corrupted OrientDB

2015-08-20 Thread Tai Hu
Hi all, I am working on a project to port from neo4j to OrientDB. Today during my debug process, I kill the JVM before a transaction finished. Then my OrientDB is corrupted. When I try to start it again, I got some error message about some of vertex has a different version from my

[orientdb] Re: Date search query example using a LUCENE FULLTEXT index

2015-08-20 Thread MF
Hi Alessandro, Many thanks, that works just fine, however, in the explain window it is only the LUCENE index (ibook) that is being used, ibook2 does not appear. Any Ideas? On Monday, August 17, 2015 at 3:18:06 PM UTC+1, alessand...@gmail.com wrote: Hi Mark, try to create two index as in

[orientdb] Correct way to model class/node with many variations ?

2015-08-20 Thread Patrick Saunders
Good day people, Am new to graph databases and OrientDB in general, though experienced with RDBMS. I have complex product data that comes out of a Product Information Management (PIM) system that I would like to do reporting on. The challenge is that the product records (which I get as XML)

[orientdb] OrientDB and LiquidBase

2015-08-20 Thread Luca Garulli
Howdy, I've just found a new plugin to use LiquiBase http://www.liquibase.org/ (a sort of Source Control for Databases) with OrientDB: https://github.com/faizod/orientdb-liquibase-plugin Best Regards, Luca Garulli Founder CEO OrientDB http://orientdb.com/ -- --- You received this message