Abstract
Query optimization remains a difficult problem, and existing database management systems (DBMSs) often miss good execution plans. Identifying an efficient join order is key to achieving good performance in database systems. A primary challenge in join order selection is enumerating a set of candidate orderings and identifying the most effective ordering. Searching in larger candidate spaces increases the potential of finding well-working plans, but also increases the cost of query optimization. Inspired by the success of AlphaGo for the game of Go. In this Ph.D. work, we propose an optimization approach referred to as AlphaJoin, which applies AlphaGo's techniques, namely Monte Carlo Tree Search (MCTS), to the join order selection problem. Preliminary results indicate that our approach consistently outperforms a state-of-the-art method and the PostgreSQL's optimizer on its own respective execution engine.
Original language | English |
---|---|
Journal | CEUR Workshop Proceedings |
Volume | 2652 |
Publication status | Published - 2020 |
Externally published | Yes |
Event | 2020 International Conference on Very Large Databases PhD Workshop, VLDB-PhD 2020 - Virtual, Online, Japan Duration: 31 Aug 2020 → 4 Sept 2020 |