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

Incorporate the weight of statements in the workload in BIP handler #269

Closed tqtrung closed 12 years ago

tqtrung commented 12 years ago

Explicitly handle the weight of statements in the workload. With this features, we can group list of similar statements (e.g., INSERT into a same relation) with the frequency is set to the total number of these statements.