Skip to main content

2 posts tagged with "optimization"

View All Tags

Paper - Optimizing Database-Backed Applications with Query Synthesis

· 3 min read

Query-by-Synthesis (QBS) [@cheung2013optimizing] is a system developed to optimize database applications via static analysis. It is a very powerful system that, in the end, converts sections of code that would otherwise perform relational-query-like operations on the application server to a semantically equivalent SQL query that can be run on the DBMS.