Re: [Neo] meta meta classes

2010-04-11 Thread Niels Hoogeveen
I would be very happy when this functionally is implemented. Let's see who gets to this first. At the moment I am working on implementing meta model path expressions that can be used in a traverser, so it may take a couple of days for me to take a stab at building the instance restriction

Re: [Neo] a lot of small embedded databases or one big?

2010-04-11 Thread rick . bullotta
The fact that you'd lose all capability for sharing any common relationships, tagging, and other benefits, plus the extra resource demands, would seem to suggest it doesn't make any sense to use Neo4J in a "database per user" manner. Would you do that with any other type of data store? Almost cer

[Neo] a lot of small embedded databases or one big?

2010-04-11 Thread TuX RaceR
Hello Neo4j Users! I'd like to store tree data attached to users of a web application. As each user tree depends only on the user, I have the choice of store the user data on a user file. (This is some kind of easy sharding) Is there some kind of problem in creating many small database files? Th