Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
manathan1984 committed Jun 21, 2024
1 parent 7ab7cc5 commit 2a5cc39
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions hdms/2024/program.html
Original file line number Diff line number Diff line change
Expand Up @@ -382,15 +382,14 @@ <h4> Download the program
</tr>
<tr>
<td class="program-sessions">3:30 - 4:00pm</td>
<td class="program-sessions"><b>Keynote 2: <i>Robust Query Optimization in the Era of Machine Learning</i></b>, Verena Kantere (Univeristy of Ottawa) </td>
<br> <a class="toggle-abstract" onclick="toggleAbstract('abstract-k2')">Click to display the abstract and bio</a>
<span class="paper-abstract" id="abstract-k2">
<b>Abstract:</b> Query optimizers are an essential component of database management systems (DBMSs) as they search for an execution plan that is expected to be optimal for a given query. However, they commonly use parameter estimates that are often inaccurate and make assumptions that may not hold in practice. Consequently, the optimizer may select sub-optimal execution plans at runtime, when these estimates and assumptions are not valid, which may result in poor query performance. Therefore, query optimizers do not adequately support the robustness of the database system. In this talk, we will explore the notion of robustness in the context of query optimization, as well as how it is evaluated or supported. We focus on comparing traditional cost-model-based methods with modern ML-based techniques in terms of their ability to tackle the challenge of robustness in query optimization. In this context we will discuss briefly recent research results on the creation of robust ML-based query optimization techniques in the M2oDA lab https://www.verenakantere.com/moda/home.html
<br/><br/>
<b>Bio:</b> Dr Verena Kantere is a Full Professor in the School of Electrical Engineering and Computer Science at the University of Ottawa. She has been an Assistant Professor in the School of Electrical and Computer Engineering (ECE) at National Technical University of Athens (NTUA), as well as a Maître Assistante and later a Maître d’Enseignement et de Recherche, at the Centre Universitaire d’ Informatique (CUI) of the University of Geneva (UniGe), where she started working after winning the interdisciplinary competition for young researchers “Boursière d’ Excellence”. Before coming to (UniGe) Dr Kantere was a tenure-track junior assistant professor at the Department of Electrical Engineering and Information Technology at the Cyprus University of Technology (CUT). Dr Kantere has been working towards the provision of data management and services in large-scale systems, including cloud computing systems distributed systems and hybrid systems, focusing on properties of Big Data, the performance of Big Data analytics and multi-objective optimization, query optimization etc. She has developed methods, algorithms and fully fledged systems. Dr Kantere has been a member of more than 160 program committees and served as member of editorial board or guest editor in many journals. More information in: https://www.verenakantere.com/
</span>


<td class="program-sessions"><b>Keynote 2: <i>Robust Query Optimization in the Era of Machine Learning</i></b>, Verena Kantere (Univeristy of Ottawa)
<br> <a class="toggle-abstract" onclick="toggleAbstract('abstract-k2')">Click to display the abstract and bio</a>
<span class="paper-abstract" id="abstract-k2">
<b>Abstract:</b> Query optimizers are an essential component of database management systems (DBMSs) as they search for an execution plan that is expected to be optimal for a given query. However, they commonly use parameter estimates that are often inaccurate and make assumptions that may not hold in practice. Consequently, the optimizer may select sub-optimal execution plans at runtime, when these estimates and assumptions are not valid, which may result in poor query performance. Therefore, query optimizers do not adequately support the robustness of the database system. In this talk, we will explore the notion of robustness in the context of query optimization, as well as how it is evaluated or supported. We focus on comparing traditional cost-model-based methods with modern ML-based techniques in terms of their ability to tackle the challenge of robustness in query optimization. In this context we will discuss briefly recent research results on the creation of robust ML-based query optimization techniques in the M2oDA lab https://www.verenakantere.com/moda/home.html
<br/><br/>
<b>Bio:</b> Dr Verena Kantere is a Full Professor in the School of Electrical Engineering and Computer Science at the University of Ottawa. She has been an Assistant Professor in the School of Electrical and Computer Engineering (ECE) at National Technical University of Athens (NTUA), as well as a Maître Assistante and later a Maître d’Enseignement et de Recherche, at the Centre Universitaire d’ Informatique (CUI) of the University of Geneva (UniGe), where she started working after winning the interdisciplinary competition for young researchers “Boursière d’ Excellence”. Before coming to (UniGe) Dr Kantere was a tenure-track junior assistant professor at the Department of Electrical Engineering and Information Technology at the Cyprus University of Technology (CUT). Dr Kantere has been working towards the provision of data management and services in large-scale systems, including cloud computing systems distributed systems and hybrid systems, focusing on properties of Big Data, the performance of Big Data analytics and multi-objective optimization, query optimization etc. She has developed methods, algorithms and fully fledged systems. Dr Kantere has been a member of more than 160 program committees and served as member of editorial board or guest editor in many journals. More information in: https://www.verenakantere.com/
</span>
</td>
</tr>
<!-- <tr>
<td class="program-sessions">3:45 - 4:00pm</td>
Expand Down

0 comments on commit 2a5cc39

Please sign in to comment.