How to implement this union, for example, mysql and neo4j.

  • Transfer data? - Gorets
  • This is necessary for the development of the site. Mysql will be used as the main base, and users and their connection with each other (friends) will be stored in neo4j. Is it possible to do so? - damasco
  • What is the problem to put all the data in MySQL? - avp
  • the problem is this: there will be users on the site and they have friends, friends have friends, etc., an attachment in 3 levels. It is necessary to display the news of friends, friends, friends and friends, friends, friends. Such a realization in Mysql via join will be too slow. Can someone know how to solve this problem? - damasco
  • What time for a query in MySQL and on what size of the table did you receive? What is quantified (in seconds) too slow ? - avp

0