Skip to content

durovo/15799-p1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An automated index tuner

An automated index tuner for the course 15799 at CMU.

The tuner first identifies relevant groups of indexes from a given workload log. Then it tries to evaluate potential indexes by randomly selecting one set of indexes. Indexes of all widths are considered.

The given queries are clustered based by extracting out their templates. This allows the tuner to quickly test out one representative query for each cluster. The query plan cost is scaled based on cluster frequency to ensure that the cost estimate is similar to that of running all queries.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published