cmu-db / peloton

The Self-Driving Database Management System
http://pelotondb.io
Apache License 2.0
2.03k stars 623 forks source link

[15721] Index Suggestion #1347

Open sivaprasadsudhir opened 6 years ago

sivaprasadsudhir commented 6 years ago

This PR implements a search based algorithm for suggesting the best set of indexes for a given workload based on the AutoAdmin paper from Microsoft.

The main workflow and classes are given below: