Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Various experiments with PostgreSQL clustering

NotificationsYou must be signed in to change notification settings

postgrespro/postgres_cluster

Repository files navigation

Build Status

Various experiments with PostgreSQL clustering perfomed at PostgresPro.

This is a mirror of postgres repo with several changes to the core and a few extra extensions.

Core changes:

  • Transaction manager interface (eXtensible Transaction Manager, xtm). Generic interface to plug distributed transaction engines. More info onpostgres wiki and onthe email thread.
  • Distributed deadlock detection API.
  • Logical decoding of transactions.

New extensions:

The following table describes the features and the way they are implemented in our four main extensions:

commit timestampssnapshot sharing
distributed transactionspg_tsdtmpg_dtm
multimaster replicationmmtsmultimaster

An implementation of synchronousmulti-master replication based oncommit timestamps.

An implementation of synchronousmulti-master replication based onsnapshot sharing.

An implementation ofdistributed transaction management based onsnapshot sharing.

An implementation ofdistributed transaction management based oncommit timestamps.

A distributed transaction management daemon.Used bypg_dtm andmultimaster.

A key-value table replicated over Raft protocol.Used bymmts.

About

Various experiments with PostgreSQL clustering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors38


[8]ページ先頭

©2009-2025 Movatter.jp