TE
TechEcho
Home
24h Top
Newest
Best
Ask
Show
Jobs
English
GitHub
Twitter
Home
Serverless Runtime / Database Co-Design with Asynchronous I/O
2 points
by
simonz05
about 1 year ago
1 comment
simonz05
about 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?