- Notifications
You must be signed in to change notification settings - Fork8
postgrespro/mmts
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
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 for versions released with PostgresPro Enterprise can be foundhere.
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
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Uh oh!
There was an error while loading.Please reload this page.