Re: [orientdb] should I move from a RDF store to orientDB ?

2014-06-10 Thread Justin Harris
I think I've managed to keep the speed consistent by disabling WAL: OGlobalConfiguration.USE_WAL.setValue(false); I got some helpful tips from this thread: https://groups.google.com/forum/#!starred/orient-database/PxgQggsOvU8 even though now I get: Jun 11, 2014 12:48:54 AM com.orientechnologies

Re: [orientdb] should I move from a RDF store to orientDB ?

2014-06-10 Thread Justin Harris
I've been trying to use OrientDB as a RDF store. Sail provides some good resources to help you load RDF but they get much slower after loading mill

Re: [orientdb] should I move from a RDF store to orientDB ?

2014-04-22 Thread Riccardo Tasso
Hi Emmanuel, here I am reporting my own experience with orient and SAIL. 2014-04-20 13:14 GMT+02:00 : > > At the beginning I thought orientDB was at the same time a mixed > document/graph database, but if a understand well from orientDB > documentation, I have to choose. > Don't worry about t

Re: [orientdb] should I move from a RDF store to orientDB ?

2014-04-20 Thread Luca Garulli
Hi Emmanuel, sure you can use the RDF store on top of Blueprints. About tracking changes you could write an hook to handle such changes and propagate updates. Lvc@ On 20 April 2014 13:14, wrote: > Hello > > I'm currently using a RDF store and I consider to move to orientDB because > some of my

[orientdb] should I move from a RDF store to orientDB ?

2014-04-20 Thread emmanuel . berry
Hello I'm currently using a RDF store and I consider to move to orientDB because some of my requirements are not met. My database stores data related to music meta-data, some predefined and some user defined. With the value of a RDF triplet (subject, property, value) I need to store some annot