
Edison Aguiar
I'm a software engineer. Nowadays I'm studying systems engineering(focused on databases) and rust.
A list of things I'm building or will build using rust:- Messaging System
- Distributed In-Memory Cache
- Raft implementation
- HTTP Server/Load Balancer
- file compression program(based on gzip)
- Database based on H-Store
- Compiler
- File System
- OS Kernel
Main interests
Distributed systems and databases.
Contact
Research
In the last couple of months I've been reading about how databases try to guarantee that the data written is actually durable (not only SQL databases), and I'm realizing most implementations don't really guarantee much. So I'm writing a small piece on what I believe are the more important things to be aware of when possibly confronted with durability issues.