Adventures in Distributed Systems
Who are we?


Scalien is a startup developing open-source, cutting-edge distributed systems.

Go to scalien.com

Keyspace 1.1 Release

by Marton Trencseni on 2009/09/09

We are releasing version 1.1 of Keyspace, our consistently replicated key-value store, a major improvement over 1.0.x.

  1. New PaxosLease algorithm does not require clock synchronization.
  2. Added COUNT and DIRTYCOUNT commands.
  3. Added /html/ part to HTTP interface, which pretty prints the list output.
  4. Added possibility to reverse list direction.
  5. The http://server:port/ welcome page prints the version number and master information.
  6. Added database.numReaders config option.

Download 1.1 here.

The most important is: Keyspace no longer requires clock synchrony! This should make Keyspace as a distributed database much more attractive to new users. The new PaxosLease algorithm is described in the PaxosLease whitepaper.

In other news, Hacker News Watch runs on Keyspace.


- Marton Trencseni


blog comments powered by Disqus