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

Notifications You must be signed in to change notification settings

8kdata/pg_paxos-evaluation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

About

Source code for the process that 8Kdata did of evaluating Citus' pg_paxos technology. Simulation of a conflict-free, distributed execution queue

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages