> A co-worker has asked me whether Mongo would be needed, and perhaps it
> makes sense to store the text as properties on the Neo4j vertex, and
> stick to a single persistence mechanism. It does not *seem* to me that
> this is a 'proper' use for Neo4j, but it is also very possible I have
> the complete wrong impression... :)
I don't know how big your text is, but I have used Neo4j properties to store individual comments in a discussion thread. Thus, text that size of emails.
> Does anyone have any experience with this kind of use-case? Any
> recommendations on whether to split storage engines in the way
> described or to stick with a single one? Is it reasonable to store
> large documents in vertex properties in the way described? Thoughts
> appreciated.
I would NOT split storage engines. Try and keep your system as simple as possible.
HTH,
Marko.
Cheers,
/peter neubauer
G: neubauer.peter
S: peter.neubauer
P: +46 704 106975
L: http://www.linkedin.com/in/neubauer
T: @peterneubauer
Neo4j 1.6 released - dzone.com/6S4K
The Neo4j Heroku Challenge - http://neo4j-challenge.herokuapp.com/
Michael
Axel