Use Neo4j for an instant messaging webApp -
how graph database neo4j perform on instant messaging webapp ? information on matter appreciated :) !
nosql databases neo4j great when used transaction databases, loads of transactions occur. superior relational databases when relationships between nodes increasing. system instant messaging app can setup relationships between users, 'know' each other. or can have image node , create relationship between image , user. connection/relationship system able supply related node properties faster because has direct links, compared relational database table joins.
Comments
Post a Comment