The Claremont report on database research

Every few years, the database research community prepares a report listing the most promising research directions. The previous one was called the Lowell report, and I was inspired by it. The latest one is called the Claremont report.

Some bits I found interesting:

  • There is a call to exploit remote RAM and Flash as persistent media, rather than relying solely on magnetic disk. Indeed, Solid State Drives are an order of magnitude faster than our spinning disks and large pools of RAM are becoming affordable. External-memory algorithms are no longer a hot topic? (Yes, it is not that simple.)
  • Web 2.0-style applications bring new database workloads. I did some work on merging Web 2.0 and OLAP and can testify that the Social Web is a good source of new database problems.
  • They recommend integrating compression and query optimization. My work on compression in bitmap indexes that there are still open issues regarding compression in databases. Mostly, whereas information theory has taught us much about how to optimally compress, we have learned relatively little about how to use compression to save CPU cycles.

Published by

Daniel Lemire

A computer science professor at the University of Quebec (TELUQ).

One thought on “The Claremont report on database research”

  1. Wow! Thanks, Daniel. I’ve been looking for a concise description about what database researchers are currently looking at and will look at soon, and here you drop it in my lap.

Leave a Reply

Your email address will not be published.

To create code blocks or other preformatted text, indent by four spaces:

    This will be displayed in a monospaced font. The first four 
    spaces will be stripped off, but all other whitespace
    will be preserved.
    
    Markdown is turned off in code blocks:
     [This is not a link](http://example.com)

To create not a block, but an inline code span, use backticks:

Here is some inline `code`.

For more help see http://daringfireball.net/projects/markdown/syntax

You may subscribe to this blog by email.