mysql - Which database should i prefer? -


i thinking of storing persons contact data centrally. there many persons , each have contact list. there more number of updates , selects on database user searching contacts or searching person not in his/her contact list. person may updating contact details. inserts in database limited because 1 time enrollment there. confused in using databases mysql or neo4j. because when think of searching person database neo4j seems better. when think of handling millions of records mysql seems better. can suggest database suits best? mysql/neo4j/ both mysql , neo4j or other database?

neo4j allows store connections between people via contacts, if want leverage network effect in application makes sense that.

it depends on how want people search , interact app. if treat people individual records no connections mysql enough. otherwise neo4j work better.

if have time tiny poc realistic data both , decide yourself.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -