dzitkowskik / mini-dos

Project for Distributed Operating Systems at Warsaw University of Technology (Mathematics and Computer Science department) Winter 2015
Apache License 2.0
0 stars 0 forks source link

Master - get Select metadata #45

Closed dzitkowskik closed 8 years ago

dzitkowskik commented 8 years ago

When node gets select, should get needed tables from all nodes that have this data, so it invokes selectMetadata method on master and sends him a list of table names he need to execute that query. Master sends him a list of node interfaces where data from these tables is stored.

davidmigloz commented 8 years ago

Task ready. Explanation in #43.