Home
Schedule
Abstract Template
Masters Attendance
Center
Home
Courses
People
Projects
Page
Edit Page
Rename Page
Attach File
Printable
Wiki Source
More ...
Web
Recent Changes
Notify Service
News
Page Index
Search
More ...
Wiki
About TWiki
Text Formatting
Registration
Change Password
Reset Password
Users
Groups
Log In
or
Register
Compiler Optimization For Databases Programming Language
Stc
Date: 2011-08-25 Time: 13:00 - 14:00 Room: [[http://www.cs.uu.nl/docs/reach/bbl.php][BBL]] [[http://www.cs.uu.nl/info/plan/bbl.php][071]] ----+++++ Speaker: Remy Willems ----+++++ Title: Compiler Optimization for Databases Programming Language (thesis defense) ----+++++ Abstract Database programming languages are Turing complete programming languages that can define a database, and can access and manipulate a database. The aim of thesis this is to develop compiler optimizations specific to these languages. The main contribution of this thesis is the development of database specific optimizations related to paging and batching, and the development of a innovative solver for delayability data-flow equations. Our batching optimization delays the execution of updates as much as possible, so that multiple updates can be performed together in a batch. Our paging optimizations can remove intermediate data structures from a program to enable the use of paging when executing database queries.