[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: sqlite3
From: |
Lars Ingebrigtsen |
Subject: |
Re: sqlite3 |
Date: |
Tue, 14 Dec 2021 11:28:57 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/29.0.50 (gnu/linux) |
Óscar Fuentes <ofv@wanadoo.es> writes:
> Forgot to mention that modern databases usually offer several strategies
> for persisting data. A quick look at SQLite documentation shows that it
> can be configured to use a write ahead log, which is faster than the
> default rollback journal:
>
> https://sqlite.org/wal.html
Yes, I used the WAL in my tests. (The implementation is still on the
scratch/sqlite branch, for those who are curious.)
--
(domestic pets only, the antidote for overdose, milk.)
bloggy blog: http://lars.ingebrigtsen.no
- Re: sqlite3, (continued)
- Re: sqlite3, Philip Kaludercic, 2021/12/12
- Re: sqlite3, Lars Ingebrigtsen, 2021/12/12
- Re: sqlite3, Qiantan Hong, 2021/12/12
- Re: sqlite3, Teemu Likonen, 2021/12/12
- Re: sqlite3, Qiantan Hong, 2021/12/12
Re: sqlite3, Lars Ingebrigtsen, 2021/12/14
- Re: sqlite3, Óscar Fuentes, 2021/12/14
- Re: sqlite3, Óscar Fuentes, 2021/12/14
- Re: sqlite3,
Lars Ingebrigtsen <=
- Re: sqlite3 usage for multisession variable storage, Robin Tarsiger, 2021/12/14
- Re: sqlite3 usage for multisession variable storage, Lars Ingebrigtsen, 2021/12/14
- Re: sqlite3 usage for multisession variable storage, Robin Tarsiger, 2021/12/14
- Re: sqlite3 usage for multisession variable storage, Lars Ingebrigtsen, 2021/12/14
- Re: sqlite3 usage for multisession variable storage, Eli Zaretskii, 2021/12/15
- Re: sqlite3 usage for multisession variable storage, Lars Ingebrigtsen, 2021/12/15
Re: sqlite3, Qiantan Hong, 2021/12/14