Many thanks for your fast responses!
I suspect some or all of my problems with OrientDB come from trying to
use it through Blueprints rather than access its native API - I
understand that the Blueprints implementation will necessarily lag
behind the main API.
I tried a few suggestions about manual transactions and intents from
the wiki/newsgroup, and I had the following experience:
- using "local" - import started quickly, and automatic indexes
created, but speed rapidly deteriorated
- using "remote" - import was fast - comparable to Neo4J, but I
couldn't manage to set up the automatic indexes through Tinkerpop. (I
know the "remote" protocol isn't properly supported by Blueprints
yet).
So I imagine I could probably sit down with the OrientDB API for
another week and get to a nice place with it, bypassing Blueprints,
but I'd then be locked in somewhat to OrientDB.
But I look forward to the 1.0 release - if you can iron out the few
remaining wrinkles then you will have a very nice system! And I do
appreciate the amount of effort required to develop a system of this
scope - I know these things are never "finished". (Same goes for Neo4J
team - excellent work! )
Paul
On Feb 7, 7:54 pm, Luca Garulli <
l.garu...@gmail.com> wrote:
> Hi,
> just from the OrientDB side 2 thing:
> 1) about the bulk import have you used the suggestions for massive
> insertion?
http://code.google.com/p/orient/wiki/PerformanceTuning#Massive_Insertion
> 2) changes between releases don't affect the API that remain the same, but
> usually introduce news. Fortunately every release has many
> improvements. This seems to me a + not a cons!
>
> Lvc@
>