Y
Hacker News
new
|
ask
|
show
|
jobs
by
simonz05
769 days 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?