"Serializable Snapshot Isolation in PostgreSQL" presentation at VLDB in Istanbul

From: "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov>
To: <pgsql-advocacy(at)postgresql(dot)org>
Cc: <drkp(at)csail(dot)mit(dot)edu>
Subject: "Serializable Snapshot Isolation in PostgreSQL" presentation at VLDB in Istanbul
Date: 2012-07-01 22:22:59
Message-ID: 4FF087730200002500048CA6@gw.wicourts.gov
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-advocacy

From the abstract that you can also find here:

http://sacan.biomed.drexel.edu/vldb2012/program.php#Industrial_Session_Abstracts


>> Serializable Snapshot Isolation in PostgreSQL
Dan Ports (MIT CSAIL), Kevin Grittner (Wisconsin Supreme Court)

This paper describes our experience implementing PostgreSQL’s new
serializable isolation level. It is based on the recently-developed
Serializable Snapshot Isolation (SSI) technique. This is the first
implementation of SSI in a production database release as well as the
first in a database that did not previously have a lock-based
serializable isolation level. We reflect on our experience and
describe how we overcame some of the resulting challenges, including
the implementation of a new lock manager, a technique for ensuring
memory usage is bounded, and integration with other PostgreSQL
features. We also introduce an extension to SSI that improves
performance for read-only transactions. We evaluate PostgreSQL’s
serializable isolation level using several benchmarks and show that
it achieves performance only slightly below that of snapshot
isolation, and significantly outperforms the traditional two-phase
locking approach on read-intensive workloads.


I notice that many of the other papers and demonstrations involve
implementations of the ideas in PostgreSQL. I'll try to attend those
sessions where possible, and see if any of these ideas seem "ripe"
for core enhancements and free of conflicting IP claims.

-Kevin

Responses

Browse pgsql-advocacy by date

  From Date Subject
Next Message Simon Riggs 2012-07-02 07:45:10 Re: "Serializable Snapshot Isolation in PostgreSQL" presentation at VLDB in Istanbul
Previous Message Gilberto Castillo Martínez 2012-06-27 16:45:46 PgDay Cuba 2012 (Call)