8000 Add info on the dependency into the raftable README. · postgrespro/postgres_cluster@e08de99 · GitHub
[go: up one dir, main page]

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

Appearance settings

Commit e08de99

Browse files
committed
Add info on the dependency into the raftable README.
1 parent d1a4564 commit e08de99

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

contrib/raftable/README

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
1+
Raftable
2+
========
3+
14
This extension allows you to have a key-value table replicated between several
25
Postgres instances over Raft protocol.
36

7+
Depends on
8+
----------
9+
10+
Raft implementation in C: https://github.com/kvap/raft
11+
12+
Internals
13+
---------
14+
415
Each 'postgres' instance starts a background worker 'raftable' and creates a
516
shared memory segment for storing the 'state'. All 'raftable' workers are
617
communicating Raft protocol over UDP.

0 commit comments

Comments
 (0)
0