top | item 40291095

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

2 points| simonz05 | 1 year ago |twitter.com

1 comment

order

simonz05|1 year ago

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?