cloudfuse-io / buzz-rust

Serverless query engine
MIT License
140 stars 11 forks source link

Re-use HBee cache #8

Open rdettai opened 3 years ago

rdettai commented 3 years ago

Work is distributed randomly to HBees because the query is transferred upon invocation. This means that subsequent queries have little probability to attribute the workloads with possible cache hits (e.g on the data downloaded from S3).

A possible solution would be to let the HBees first connect to the HComb, registering the state of their cache, which would then be able to assign work according to this state.