Sciweavers

11 search results - page 1 / 3
» The SIGMOD 2010 programming contest a distributed query engi...
Sort
View
SIGMOD
2010
ACM
174views Database» more  SIGMOD 2010»
12 years 11 months ago
The SIGMOD 2010 programming contest a distributed query engine
We report on the second annual ACM SIGMOD programming contest, which consisted in building an efficient distributed query engine on top of an in-memory index. This article is co-a...
Clément Genzmer, Volker Hudlet, Hyunjung Pa...
SIGMOD
2010
ACM
250views Database» more  SIGMOD 2010»
13 years 9 months ago
Spreadsheet as a relational database engine
Spreadsheets are among the most commonly used applications for data management and analysis. Perhaps they are even among the most widely used computer applications of all kinds. H...
Jerzy Tyszkiewicz
SIGMOD
2012
ACM
234views Database» more  SIGMOD 2012»
11 years 7 months ago
BloomUnit: declarative testing for distributed programs
We present BloomUnit, a testing framework for distributed programs written in the Bloom language. BloomUnit allows developers to write declarative test specifications that descri...
Peter Alvaro, Andrew Hutchinson, Neil Conway, Will...
SIGMOD
2010
ACM
215views Database» more  SIGMOD 2010»
13 years 8 months ago
Dynamic symbolic database application testing
A database application differs form regular applications in that some of its inputs may be database queries. The program will execute the queries on a database and may use any re...
Chengkai Li, Christoph Csallner
SIGMOD
2010
ACM
377views Database» more  SIGMOD 2010»
13 years 9 months ago
Online aggregation and continuous query support in MapReduce
MapReduce is a popular framework for data-intensive distributed computing of batch jobs. To simplify fault tolerance, the output of each MapReduce task and job is materialized to ...
Tyson Condie, Neil Conway, Peter Alvaro, Joseph M....