<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://mw.hh.se/wg211/index.php?action=history&amp;feed=atom&amp;title=WG211%2FM13Romph</id>
	<title>WG211/M13Romph - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://mw.hh.se/wg211/index.php?action=history&amp;feed=atom&amp;title=WG211%2FM13Romph"/>
	<link rel="alternate" type="text/html" href="http://mw.hh.se/wg211/index.php?title=WG211/M13Romph&amp;action=history"/>
	<updated>2026-04-05T20:55:45Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>http://mw.hh.se/wg211/index.php?title=WG211/M13Romph&amp;diff=981&amp;oldid=prev</id>
		<title>Eric: Created page with &quot;Commercial and open source database systems consist of millions of lines of highly  optimized C code. Yet, their performance on individual queries falls 10x or 100x short  of wha...&quot;</title>
		<link rel="alternate" type="text/html" href="http://mw.hh.se/wg211/index.php?title=WG211/M13Romph&amp;diff=981&amp;oldid=prev"/>
		<updated>2014-03-06T17:14:56Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;Commercial and open source database systems consist of millions of lines of highly  optimized C code. Yet, their performance on individual queries falls 10x or 100x short  of wha...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Commercial and open source database systems consist of millions of lines of highly &lt;br /&gt;
optimized C code. Yet, their performance on individual queries falls 10x or 100x short &lt;br /&gt;
of what a hand-written, specialized, implementation of the same query can achieve.&lt;br /&gt;
&lt;br /&gt;
In a recent joint project at Oracle Labs and the DATA Lab at EPFL, we have implemented&lt;br /&gt;
a database query engine in Scala. With just about 3000 lines of Scala code, our prototype &lt;br /&gt;
supports the full TPCH benchmark suite and runs queries several times as fast as highly&lt;br /&gt;
tuned commercial systems (&amp;gt; 10x peak speedup).&lt;br /&gt;
&lt;br /&gt;
The key ingredient is program generation using the LMS (Lightweight Modular Staging)&lt;br /&gt;
framework, which enables us to mechanically derive query compilers by specializing&lt;br /&gt;
rather naive query interpreters.&lt;/div&gt;</summary>
		<author><name>Eric</name></author>
	</entry>
</feed>