El de Skype está integrado en el paquete skytools el cual está en PgFoundry. 
está integrado por Londiste (Replicador), PgQ (Sistema de pila) y walmgr 
(archivado de WAL). Les dejo la descripción del paquete en inglés:

= SkyTools - tools for PostgreSQL =

This is a package of tools in use in Skype for replication and
failover.  Also it includes a generic queuing mechanism PgQ and
utility library for Python scripts.

== Overview ==

It contains following tools:

=== PgQ ===

This is the queue machanism we use.  Consists of PL/pgsql, and C code
in database, with Python framework on top of it.  It is based on
snapshot based event handling ideas from Slony-I, written for general
usage.

Features:

- There can be several queues in database.
- There can be several producers than can insert into any queue.
- There can be several consumers on one queue and all consumers see
   all events.

Documentation:

- PgQ admin tool (pgqadm) usage: doc/pgq-admin.txt
- PgQ SQL API overview: doc/pgq-sql.txt
- PgQ SQL reference: http://skytools.projects.postgresql.org/pgq/

=== Londiste ===

Replication tool written in Python, using PgQ as event transport.

Features:

- Tables can be added one-by-one into set.
- Initial COPY for one table does not block event replay for other
  tables.
- Can compare tables on both sides.

Documentation:

- Londiste script usage: doc/londiste.cmdline.txt
  (also available as `man 1 londiste`)
- Londiste configuration: doc/londiste.config.txt
  (also available as `man 5 londiste`)
- Londiste reference: doc/londiste.ref.txt

=== walmgr ===

This script will setup WAL archiving, does initial backup and
runtime WAL archive and restore.

Saludos y espero que les sirva de algo. Usando estas herramientas es que Skype 
ha crecido y escalado sus servidores PostgreSQL.

"The hurry is enemy of the success: for that reason.......Be patient"

Ing. Marcos L. Ortiz Valmaseda
Línea Soporte y Despliegue
Centro de Tecnologías de Almacenamiento y Análisis de Datos (CENTALAD)

Linux User # 418229
PostgreSQL User
http://www.postgresql.org
http://www.planetpostgresql.org/
http://www.postgresql-es.org/


----- Mensaje original -----
De: "Alvaro Herrera" <alvhe...@alvh.no-ip.org>
Para: "Jose Antonio Garcia Torres" <joseagar...@edelca.com.ve>
CC: "leandro rios" <rioslean...@hotmail.com>, pgsql-es-ayuda@postgresql.org
Enviados: Martes, 22 de Septiembre 2009 11:01:28 (GMT-0500) Auto-Detected
Asunto: Re: [pgsql-es-ayuda] Replica online

Jose Antonio Garcia Torres escribió:
> Recientemente probé el PGPOOL-II y funciona muy bien, además de
> Balanceo de Carga, Alta disponibilidad y control de conexiones.
> 
> Puedes consultar el LINK http://www.postgresql-es.org/node/313 para
> mayor detalle.

El mecanismo que emplea pgpool-II parece más apropiado para dos
servidores que tienen una conexión muy confiable y rápida, no una WAN.
Yo para ese caso pensaría más bien en un sistema asíncrono como Slony-I,
Bucardo o el de Skype que no recuerdo como se llama.


-- 
Alvaro Herrera                 http://www.amazon.com/gp/registry/CTMLCN8V17R4
"People get annoyed when you try to debug them."  (Larry Wall)
--
TIP 5: ¿Has leído nuestro extenso FAQ?
         http://www.postgresql.org/docs/faqs.FAQ.html
--
TIP 1: para suscribirte y desuscribirte, visita 
http://archives.postgresql.org/pgsql-es-ayuda

Responder a