Simon Willison’s Weblog

Subscribe

Friday, 18th October 2024

I'm of the opinion that you should never use mmap, because if you get an I/O error of some kind, the OS raises a signal, which SQLite is unable to catch, and so the process dies. When you are not using mmap, SQLite gets back an error code from an I/O error and is able to take remedial action, or at least compose an error message.

D. Richard Hipp

# 1:21 am / sqlite, d-richard-hipp

2024 » October

MTWTFSS
 123456
78910111213
14151617181920
21222324252627
28293031