enow.com Web Search

Search results

  1. Results from the WOW.Com Content Network
  2. PostgreSQL - Wikipedia

    en.wikipedia.org/wiki/PostgreSQL

    Postgres-XC which is based on PostgreSQL provides scalable synchronous multi-master replication. [38] It is licensed under the same license as PostgreSQL. A related project is called Postgres-XL. Postgres-R is yet another fork. [39] Bidirectional replication (BDR) is an asynchronous multi-master replication system for PostgreSQL. [40]

  3. Slony-I - Wikipedia

    en.wikipedia.org/wiki/Slony-I

    Slony-I is an asynchronous master-slave replication system for the PostgreSQL DBMS, providing support for cascading and failover. Asynchronous means that when a database transaction has been committed to the master server, it is not yet guaranteed to be available in slaves. Cascading means that replicas can be created (and updated) via other ...

  4. Multi-master replication - Wikipedia

    en.wikipedia.org/wiki/Multi-master_replication

    Multi-master replication can be contrasted with primary-replica replication, in which a single member of the group is designated as the "master" for a given piece of data and is the only node allowed to modify that data item. Other members wishing to modify the data item must first contact the master node.

  5. Conflict-free replicated data type - Wikipedia

    en.wikipedia.org/wiki/Conflict-free_replicated...

    PGD is a multi-master replication solution based on PostgreSQL. It supports CRDT column types. Novell, Inc. introduced a state-based CRDT with "loosely consistent" directory replication (NetWare Directory Services), included in NetWare 4.0 in 1995. [39] The successor product, eDirectory, delivered improvements to the replication process. [40]

  6. Quorum (distributed computing) - Wikipedia

    en.wikipedia.org/wiki/Quorum_(distributed_computing)

    In a distributed database system, a transaction could execute its operations at multiple sites. Since atomicity requires every distributed transaction to be atomic, the transaction must have the same fate (commit or abort) at every site.

  7. SymmetricDS - Wikipedia

    en.wikipedia.org/wiki/SymmetricDS

    SymmetricDS is open source software for database and file synchronization with Multi-master replication, filtered synchronization, and transformation capabilities. [2] It is designed to scale for a large number of nodes, work across low-bandwidth connections, and withstand periods of network outage. [3]

  8. Distributed SQL - Wikipedia

    en.wikipedia.org/wiki/Distributed_SQL

    In essence, distributed SQL databases are built from the ground-up and NewSQL databases include replication and sharding technologies added to existing client-server relational databases like PostgreSQL. [12] Some experts define DistributedSQL databases as a more specific subset of NewSQL databases. [13]

  9. Log shipping - Wikipedia

    en.wikipedia.org/wiki/Log_shipping

    This technique is supported by Microsoft SQL Server, [1] 4D Server, [2] MySQL, [3] and PostgreSQL. [ 4 ] [ 5 ] Similar to replication , the primary purpose of log shipping is to increase database availability by maintaining a backup server that can replace a production server quickly.