Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I designed Neo4j data schema but we want to take backup of neo4j database on MySQL.

So we mapped nodes and relations as tables in mysql. ( we store nodes and relations number in tables too)

Now for each page which user surf,we have near 1500 Socket.IO ( something like ajax but with a less overhead ) request to server.

Is it good idea that query to MySQL database and get nodes and relations id of neo4j instead requesting Neo4j for do it?Is it faster or not?

we mapped it to mysql because of fear of project provider to use new technology such as Neo4J

share|improve this question
Do you have more details on your requirements? Normally, neo4j should scale much better for anything with more than 2 joins in it. – Peter Neubauer Nov 1 '12 at 23:18

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.