[orientdb] in and out

2015-02-24 Thread Dlpnet
Hello I have a simple DB: users -- Owns -- items when I do: select in_Owns.out.userID from items I get the userIDs [123] [133] [456] but if I want to do the opposite: select from items where in_Owns.out.userID = 123 I m not receiving any data. It looks like the [] is the part I m missing.

[orientdb] error on export

2015-02-24 Thread Dlpnet
Hello I m trying to export the schema of my database to set up a new instance from scratch and I get an error: export database schema.gz -excludeAll -includeSchema Exporting current database to: database shema.gz -excludeAll -includeSchema in GZipped JSON format ... Error:

[orientdb] phpOrient and DATE

2015-02-06 Thread Dlpnet
Hello, I have a vertex with 2 DATE properties. When I use phporient to get the data from the vertex the resulting dates are not correct. If I do the same request using Studio the answer is correct. Is there anyway to convert the result from phporient to a proper value ? I tried converting from a

Re: [orientdb] Re: Schema advantage ?

2015-01-09 Thread Dlpnet
Hello, thanks for the answers, so I take it like yes it s better to have a schema :) D. On Thu, Jan 8, 2015 at 9:32 AM, Luigi Dell'Aquila luigi.dellaqu...@gmail.com wrote: Hi, with current version (as Keith said) schema-defined fields are more compact in terms of disk space. In next

[orientdb] Schema advantage ?

2015-01-07 Thread Dlpnet
Hello, Is there any advantage to define a schema for a class ? I saw that it s optional but is having a schema has any advantage (like speed/indexing) ? Thanks D. -- --- You received this message because you are subscribed to the Google Groups OrientDB group. To unsubscribe from this group