TE
科技回声
首页
24小时热榜
最新
最佳
问答
展示
工作
中文
GitHub
Twitter
首页
Serverless Runtime / Database Co-Design with Asynchronous I/O
2 点
作者
simonz05
大约 1 年前
1 comment
simonz05
大约 1 年前
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?