ChronicDB: Live database schema updates with zero downtime

From: ChronicDB <info(at)chronicdb(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: ChronicDB: Live database schema updates with zero downtime
Date: 2010-01-12 18:59:30
Message-ID: f2aa1bbead4c6bd9fcdddf7dde7a6103@vpn.loomcm.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Dear PostgreSQL Users,

We would like to announce a new technology called
ChronicDB[1] that aims to update databases (both
their data and their schemas) while they are
running live, without bringing the database down
at all.

The main focus of ChronicDB is to completely
eliminate downtime in the presence of database
schema changes. If a database schema is upgraded
to a new version that is not backward compatible
with the old version, ChronicDB will allow running
both the old version and the new version of the
database applications against the same version of
the database schema until a database update
completes. This means you don't have to upgrade
all your client applications at the same time to
be able to use the new version of the database. If
during or after an update you are dissatisfied
with the new version of the application, ChronicDB
can reverse the database to the old version if the
semantics of the application allow it.

Some features that ChronicDB provides without
bringing the database down are:
- Lock-free schema changes
- Automated migration
- Database relocation
- Uninterrupted data access
- Hot backups and fault tolerance

A noteworthy feature planned for our next release
is support for structural schema changes, such as
partitioning fields or moving fields from one
table to another.

We would like to invite you to learn more about
ChronicDB[2] and to evaluate free, supported,
pre-release versions of ChronicDB for PostgreSQL
7.4 and 8.x through our early adoption program[3].

Sincerely,
ChronicDB Team

[1] http://chronicdb.com
[2] http://chronicdb.com/chronicdb_why
[3]
http://chronicdb.com/chronicdb_early_adoption_program

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Filip Rembiałkowski 2010-01-12 19:07:38 Re: annahensjerry has [OT]
Previous Message Robert Gravsjö 2010-01-12 16:19:47 Re: Pre-calculate hash join