GDD-Nantes / FedShop

Code for FedShop: The Federated Shop Benchmark
GNU General Public License v3.0
8 stars 1 forks source link

Measuring Source Selection time for evaluation #44

Closed momo54 closed 1 year ago

momo54 commented 1 year ago

We need to see the effect of increasing the number of sources on the source selection time per federated Query engine !

In Kobe, they also include the planning time (time to optimize the query after source-selection ie. Join ordering...)

mhoangvslev commented 1 year ago

@Yotlan Could you implement this but comment out the modifications for now?

mhoangvslev commented 1 year ago

Another issue is what to do when measurements don't agree?

instance 1: [timeout, 482, 496, timeout] instance 2: [537, 493, 496, 519]



- A outlier removal strategy is needed:
- [ ] Inter-Quartile Range proximity rule
- [ ] Z-score