Although the system is neat and sounds like a good interface for querying sensor networks once they're up, I have the following questions / concerns:
- Often we think of queries only after collecting some data, so we want to save all the data in a centralized repository anyway. In this case, is it worth trying to build a system like TAG rather than focusing on just a fast data collection service? As an added bonus, although collecting raw data costs more power than running TAG, once we have the data we can run any number of queries for free, whereas with TAG, every query would cost some more power and the total cost may be higher.
- The paper uses a simulator for most of the results, which may lead to better performance than in reality due to the model in the simulation. Why wasn't the real implementation used for more measurements?
1 comment:
I pretty much agree with you about the ad-hoc queries. I wonder if you could design a hybrid system where intermediate results from previous queries are cached outside the network, and new queries only require collecting data that isn't already known.
Post a Comment