Heikki Linnakangas d97bd869ae Fix confusion on what record's LSN means.
A WAL record's LSN is the *end* of the record (exclusive), not the
beginning. The WAL receiver and redo code were confused on that, and
sometimes returned wrong page version because of that.
2021-03-31 16:54:31 +03:00
2021-03-26 10:54:25 -07:00
2021-03-26 10:54:25 -07:00
2021-03-26 10:54:25 -07:00
2021-03-30 18:59:35 +03:00
2021-03-26 10:54:25 -07:00
2021-03-29 22:40:10 +03:00
2021-03-29 22:40:10 +03:00
2021-03-29 15:59:28 +03:00
2021-03-29 15:59:28 +03:00
2021-03-30 03:22:07 +03:00

Zenith

Zenith substitutes PostgreSQL storage layer and redistributes data across a cluster of nodes

Running tests

git clone --recursive https://github.com/libzenith/zenith.git
./pgbuild.sh # builds postgres and installs it to ./tmp_install
cargo test
Description
Neon: Serverless Postgres. We separated storage and compute to offer autoscaling, code-like database branching, and scale to zero.
Readme Apache-2.0 163 MiB
Languages
Rust 73.5%
Python 19.4%
C 5.2%
Dockerfile 0.8%
Shell 0.3%
Other 0.8%