Skip to content
Source code for the process that 8Kdata did of evaluating Citus' pg_paxos technology. Simulation of a conflict-free, distributed execution queue
Ruby
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Failed to load latest commit information.
src/distributed_queue
README.md

README.md

pg_paxos-evaluation

About

pg_paxos is a PostgreSQL-based implementation of the well known Paxos consensus algorithm.

This repository contains the source code to run the technology evaluation that 8Kdata has performed of pg_paxos. This work is sponsored by Citus Data.

This evaluation consists on simulating a distribitued job execution queue on top of pg_paxos. By its nature, this queue is conflict-free. The results are published on Citus Data's blog.

Something went wrong with that request. Please try again.