Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将 sqlite3 用于日志记录功能。如果我不需要任何并发性(一直只有一个作家),但我需要快速插入,我应该选择哪种日志模式?
WAL 模式需要较少的同步,因此写入速度更快,除非数据库决定执行检查点。