dbgroup-at-ucsc / dbtune

This research project aims to develop tools in order to make index tuning easier and more effective.
http://users.soe.ucsc.edu/~alkis/tuning/
Other
5 stars 3 forks source link

Add Advisor.getStatus method #278

Closed ivotron closed 12 years ago

ivotron commented 12 years ago

This would return a Status class with details of the recommendation. Eg.:

> new wfit
> wfit.setWorkload("workload.sql")
> wfit.start
> wfit.status
    statements: 3
    partitions: 5
    candidates: 29
npolyzotis commented 12 years ago

This can be handled through a listener interface attached to WFIT and OPT. Probably we can attach the listener interface to the basic Advisor class.