Pekka Enberg (@penberg) on X

X (formerly Twitter) ·

1 min read Original article ↗

Pekka Enberg on X: "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? Paper: https://t.co/MfenEOVoGo Source code: https://t.co/T3sFIRDie4 https://t.co/lmYPB06yQJ"

  • user avatar

    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? Paper: penberg.org/papers/penberg… Source code: github.com/penberg/limbo

  • user avatar

    This seems less a problem with synchronous SQLite and instead just showing you saturated the CPU (and instead should limit io / SQLite threads to number of cores)