mr-ma / paper-review-go

paper review enables researchers to review papers collaboratively, craft taxonomies, visualise results, and analyse the gaps
0 stars 0 forks source link

Turn the UpdateRelationshipTables into an Async call to avoid the delay in node insertion and removal #11

Open mr-ma opened 6 years ago

mr-ma commented 6 years ago

The UpdateRelationshipTables method does not require any input from the executed insertion/deletion commands. Hence, it can be executed asynchronously. I believe this is updating the entire relationships. Moving forward, we should only update nodes/edges that are affected by the change (insert/remove).