We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1a4564 commit e08de99Copy full SHA for e08de99
contrib/raftable/README
@@ -1,6 +1,17 @@
1
+Raftable
2
+========
3
+
4
This extension allows you to have a key-value table replicated between several
5
Postgres instances over Raft protocol.
6
7
+Depends on
8
+----------
9
10
+Raft implementation in C: https://github.com/kvap/raft
11
12
+Internals
13
+---------
14
15
Each 'postgres' instance starts a background worker 'raftable' and creates a
16
shared memory segment for storing the 'state'. All 'raftable' workers are
17
communicating Raft protocol over UDP.
0 commit comments