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