tylerchr / parallel-database

An experimental parallelized database optimized for read performance
2 stars 0 forks source link

Implement network distribution support #7

Open tylerchr opened 8 years ago

tylerchr commented 8 years ago

Once a cluster is set up, we need to communicate with remote hosts and have them run a subset of the query. This should be pretty easy with Protocol Buffers and gRPC (but if we find something simpler, even better!).