[orientdb] Console - find out version of database

2016-01-27 Thread scott molinari
Hi, Is it possible to find out the version of the database through the console? If yes, what is the command to get that information? Scott -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving

[orientdb] Re: Questions on Master / Child relationships, ORestricted and roles

2016-01-27 Thread scott molinari
My only question currently open is the ORestricted and millions of users. Would there be millions of links in a record allowed to be viewed by millions of users? Scott -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from

[orientdb] Re: Console - find out version of database

2016-01-27 Thread user . work111
Hi Scott, yes, after logged to the database use the info command. Regards, Michela -- --- 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] Re: Questions on Master / Child relationships, ORestricted and roles

2016-01-27 Thread scott molinari
Thanks Hung. I knew about the embedded documents. But, we are looking at linked data (graph or otherwise). I guess we'll need to cover any master / child relationships on the application side too. No big deal. On the role based data visibility, there's no problem. I just wanted to make sure

[orientdb] Sort Order is wrong with Link

2016-01-27 Thread Hung Tran
Hi, I am using OrientDB version 2.1.8. Remarks, it works when I alias Statistics.NumActiveContacts as v1, but the query will take long on a table > 50k records. See more details at Query is extremely slow when ORDER BY an alias

[orientdb] getting server warnings: Error deserializing record.... (v2.1.9)

2016-01-27 Thread Keith Freeman
I've got a bunch of these in my server log with different values, here's a couple of them: 2016-01-27 16:30:01:284 WARNI {db=rawxp} Error deserializing record with id #12:64 send this data for debugging:

Re: [orientdb] Re: Cannot build the version 2.1.8

2016-01-27 Thread Hung Tran
Hi Keith Freeman, You will see them under ${ORIENTDB_HOME}/distributed/target folder My Best, Hung Tran On Thursday, January 28, 2016 at 12:26:26 AM UTC+7, Keith Freeman wrote: > > After using "mvn clean install", where do I find the directory with jars, > etc. like ant used to make in

Re: [orientdb] Re: Cannot build the version 2.1.8

2016-01-27 Thread Keith Freeman
After using "mvn clean install", where do I find the directory with jars, etc. like ant used to make in releases/-SNAPSHOT? Also does maven build javadoc jar(s)? On Tuesday, January 5, 2016 at 8:26:06 AM UTC-7, Roberto Franchini wrote: > > On Tue, Jan 5, 2016 at 4:11 PM, Hung Tran

[orientdb] optimizing bulk loading

2016-01-27 Thread leonid
What are the strategies for optimizing bulk loading via binary protocol (in this case via pyorient)? There's advice on http://orientdb.com/docs/2.1/Performance-Tuning.html to set massive insert intent, but it's unclear whether it even works remotely Thanks -=- Leonid -- --- You received

Re: [orientdb] Re: Cannot build the version 2.1.8

2016-01-27 Thread Keith Freeman
Thanks, I found that. Do you know how/where the javadocs are built? They don't seem to be anywhere in the target folder. On Wednesday, January 27, 2016 at 10:45:30 AM UTC-7, Hung Tran wrote: > > Hi Keith Freeman, > > You will see them under ${ORIENTDB_HOME}/distributed/target folder, or >

[orientdb] Re: Questions on Master / Child relationships, ORestricted and roles

2016-01-27 Thread Hung Tran
Hi Scott, About Master/child, I am not sure about graph, but with document database, you could use Embedded / EmbeddedSet for 1:1 / 1:n composition, and EmbeddedList / EmbeddedMap are bonus. You could use LINK / LINKSET for 1:1 / 1:n / n:1 association or aggregation, and LINKLIST / LINKMAP are

Re: [orientdb] REST API (GET - Disconnect) returns always 401 Unauthorized

2016-01-27 Thread wajid shafi
when you are making a rest api to connect to orient Db , then u need to pass an authorization header with the request which u need to find out on your server. Once u got that authorization token you can easily connect to your orientdb database. You can use proxy server tools to find that

[orientdb] Re: Security concern - Not good to pass username:password in every HTTP transaction

2016-01-27 Thread wajid shafi
Whenever you are creating a rest api and connecting to orientdb instance , then you need to have proper header in place. The most important is authorizarion header which changes on every machine. We need to know what is the authorization token on that particular instance , which can be

[orientdb] Re: need help debugging transaction validation exception (v2.1.9)

2016-01-27 Thread alessandrorota04
Hi Keith, can you post the schema of the class that contains the field minute.index,because it would seem that your field of type linkset accepts values of type tindex, but you are given at that field a document of type tvalid. Kind regards, Alessandro -- --- You received this message

[orientdb] Re: need help debugging transaction validation exception (v2.1.9)

2016-01-27 Thread Keith Freeman
Thanks for looking -- sure I can post the schema, but as I said I can't find any 'tdvalid' documents in any of the 'minute.index' LINKSETs when I dig through the transaction, only 'tdindex' documents. I use this code right before the commit that throws the exception: