EN | JP

What is distributed systems?


Graph Management Systems Using DHT @ mitsua

We are currently researching a system in which multiple users can register their own graphs. These graphs are then distributed and managed using a distributed hash table (DHT). By connecting multiple graphs on the system via common nodes, users can exchange and search information.


Preserving Consistency in Random Walk Reuse for Dynamic Distributed Graphs @ stkn

Graph data that is too large to store on a single server and is used by many people is typically stored by dividing the graph across geographically distributed environments. In such environments, executing random walks causes communication to occur each time a path crosses servers, increasing execution time. By storing random walk path information to eliminate communication overhead, and further updating this stored path information in sync with graph updates, random walks can be executed asynchronously on distributed dynamic graphs.