[Article] Efficient Replication via Timestamp Stability
https://muratbuffalo.blogspot.com/2022/02/efficient-replication-via-timestamp.html?m=1
https://muratbuffalo.blogspot.com/2022/02/efficient-replication-via-timestamp.html?m=1
Blogspot
Efficient Replication via Timestamp Stability (EuroSys 2021)
This paper introduces Tempo is a leaderless Paxos variant for implementing a state machine replication (SMR) protocol. Leaderless means, th...
I’m against the war. Ashamed that wasn’t able to prevent it. Share that responsibility.. I’m sorry for all Ukrainian people.
❤20😢8
[tool][github]
https://github.com/hasura/graphql-engine
https://github.com/hasura/graphql-engine
GitHub
GitHub - hasura/graphql-engine: Blazing fast, instant realtime GraphQL APIs on all your data with fine grained access control,…
Blazing fast, instant realtime GraphQL APIs on all your data with fine grained access control, also trigger webhooks on database events. - hasura/graphql-engine
[github][distributed systems]
https://github.com/heidihoward/distributed-consensus-reading-list
https://github.com/heidihoward/distributed-consensus-reading-list
GitHub
GitHub - heidihoward/distributed-consensus-reading-list: A list of papers about distributed consensus.
A list of papers about distributed consensus. Contribute to heidihoward/distributed-consensus-reading-list development by creating an account on GitHub.
👍1
[article]
Low-Latency, High-Throughput Garbage Collection
https://users.cecs.anu.edu.au/~steveb/pubs/papers/lxr-pldi-2022.pdf
Low-Latency, High-Throughput Garbage Collection
https://users.cecs.anu.edu.au/~steveb/pubs/papers/lxr-pldi-2022.pdf
[article]
https://www.scylladb.com/2022/04/27/shaving-40-off-googles-b-tree-implementation-with-go-generics/
https://www.scylladb.com/2022/04/27/shaving-40-off-googles-b-tree-implementation-with-go-generics/
ScyllaDB
Shaving 40% Off Google’s B-Tree Implementation with Go Generics - ScyllaDB
Go generics are a new way to improve performance in #golang. Let's see what effect generics had on Google's B-tree implementation.
[article][db] Let's build a distributed Postgres proof of concept
By the end of this post, in around 600 lines of code, we'll have a distributed "Postgres implementation" that will accept writes (
https://notes.eatonphil.com/distributed-postgres.html
By the end of this post, in around 600 lines of code, we'll have a distributed "Postgres implementation" that will accept writes (
CREATE TABLE, INSERT) on the leader and accept reads (SELECT) on any node. All nodes will contain the same data.https://notes.eatonphil.com/distributed-postgres.html
👍3