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

multimaster

License

NotificationsYou must be signed in to change notification settings

postgrespro/mmts

Repository files navigation

multimaster is a Postgres extension with a set of core patches that turn theDBMS into a synchronous shared-nothing symmetric cluster providing highavailability with strong consistency and read scalability.

It offers the following benefits, some of which are not available in traditional streaming replication based solutions:

  • Fault tolerance and automatic node recovery
  • Fast failover
  • Both read and write transactions can be executed on any node.
  • Read scalability
  • Working with temporary tables on each cluster node
  • Online minor upgrades

Documentation

current documentation

Documentation for versions released with PostgresPro Enterprise can be foundhere.

Building from source

Since multimaster depends on core patches, both Postgres and extension must be compiled. The patched version (based on Postgres 13) is availablehere. Follow thedocumentation to build it.

Then enter the build directory and install the extension with

cd contribgit clone https://github.com/postgrespro/mmts/cd mmtsmake install

About

multimaster

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors47


[8]ページ先頭

©2009-2025 Movatter.jp