Neo4j graph model for a social network
I've created a graph model for a social network and needed some concrete advice regarding the design in regards to scaling. Pardon the n00bness of these questions but I'm not finding very many clear examples out there... NOTE: the status updates and activity nodes /relationships are linked lists - with the newest entries constantly being placed at the top of the list. Linked lists allow for news feed generation, but there could be hundreds of records per user - I presume the limit clause isn't sufficient even though the data is in descending order by date. Do I have to have a separate linked