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:

A distributed transaction management daemon.Used bypg_dtm andmultimaster.

A synchronous multi-master replication based onlogical decoding andxtm.

A synchronous multi-master replication based onsnapshot sharing.

A coordinator-based distributed transaction management implementation based onsnapshot sharing.

A coordinator-less distributed transaction management implementation based oncommit timestamps.

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