snuspl / dolphin

14 stars 2 forks source link

Create partitioned, queued, single-node parameter server #176

Closed beomyeol closed 8 years ago

beomyeol commented 8 years ago

We should improve a single node parameter server. The high-level design will consist of partitions based on the hash of the key, with a queue, kvStore, and thread per partition.

The design is meant to improve on some of the issues with the current single-node parameter server.

This issue does not cover the client (Worker) side.