New blog post on the mental model I've used when working through complex or confusing papers on transactional systems.
transactional.blog/b...
New blog post on the mental model I've used when working through complex or confusing papers on transactional systems.
transactional.blog/b...
The latest paper from the #1 CMU-DB PhD student @samarchdb.bsky.social is wild compilation magic! He automatically makes UDFs run 300x faster on SQL Server and 1.3x faster on DuckDB.
Code: github.com/SamArch27/PR...
Paper: www.vldb.org/pvldb/vol18/...
First peek at distributed @restatedev.bsky.social: a database for durable execution.
Distributed setups scale, improve failover, and trade the dependency on persistent disk (eg EBS) with an S3 dependency. Restate replicates events internally to bridge S3's latency gap.
👇
restate.dev/blog/distrib...
Looks great !!
Any plans to open source the implementation of pg_karnak ?