Jacob Kaplan-Moss

Activity tagged “replication”

Bookmarks

mmalone's django-multidb at master - GitHub

Mike shows off how to implement multiple master/slave replication support in Django right now. Nifty.

(databases, django, djangocon, edc, mutlidb, replication)

What happened to Hot Standby?

It's decisions like this that make me confident and happy about my choice of PostgreSQL. I can barely wait for hot standby to land, but features are worthless if they're not stable. Maintainers willing to make tough cuts like this one are what makes quality software.

(database, opensource, postgresql, replication)

Bucardo - multi-master replication for Postgres

Bucardo is an asynchronous Postgres replication system, allowing for both multi-master and multi-slave operations.” Whoa.

(database, postgresql, replication)

PostgreSQL warm standby on ZFS crack - Esoteric Curio

Pretty amazing technique: use ZFS to allow read/write against WAL-shipped warm standby PostgreSQL databases. ZFS FTW!

(database, filesystem, postgresql, replication, zfs)

CollectionDistribution - Solr Wiki

How to correctly distribute a Lucene index.

(apache, lucene, pycon2007, replication)

SkypeGarage/DbProjects/SkyTools - Skype Developer Zone

Replication, WAL shipping, queuing tools for PostgreSQL, developed by Skype.

(postgresql, replication, tools, to-poke-at)