from Hacker News

Serverless Runtime / Database Co-Design with Asynchronous I/O

by simonz05 on 5/7/24, 8:30 PM with 1 comments

  • by simonz05 on 5/7/24, 8:30 PM

    In-process database like SQLite is the holy grail for low-latency database access on the edge. However, the synchronous I/O is holding it back, but how does in-process database look like with asynchronous I/O?