A list of articles I've read and some thoughts about them
Read | Paper Title | Thoughts |
---|---|---|
🔲 | Why Files If You Have a DBMS? | ---- |
🔲 | Cloud-Native Database Systems and Unikernels: Reimagining OS Abstractions for Modern Hardware | ---- |
🔲 | MotherDuck: DuckDB in the cloud and in the client | ---- |
✅ | Scalability! But at what COST? | Was a nice reminder that not all problems scale well when their nature makes them less paralisable. Even for problems that are suited, COST appears to be a good thing to keep in mind to determine if a system can overcome the distribution overhead to be faster than a single node. |