Skip to content

A list of articles I've read and some thoughts about them

Notifications You must be signed in to change notification settings

gjmwoods/reading-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 

Repository files navigation

Reading List

A list of articles I've read and some thoughts about them

2025

Read Paper Title Thoughts
Why Files If You Have a DBMS? A really elegant way to incorportate files into DBMS transactions whilst keeping them accessible outside of the DBMS.
Cloud-Native Database Systems and Unikernels: Reimagining OS Abstractions for Modern Hardware Great idea to take advantage of the relatively recent shift towards cloud. If DBMS providers are freed from their restrictions of supporting all kinds of operating systems, there's a lot of benefit from targeting a specific operating system or operating system architecture. This particular idea seeks to take advantage of the abstraction layer provided for cloud VMs and use this to implement DBMS specific requirements for IO/CPU usage.
🔲 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.

About

A list of articles I've read and some thoughts about them

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published