On 2/24/16, Simon Slavin <slavins at bigfraud.org> wrote:
> Why can't the information which SQLite
> stores in a journal file be put in the database file ?

Doing so would double the size of the database file.  Every database
file would contain extra space (normally unused) set aside for the
journal.

-- 
D. Richard Hipp
drh at sqlite.org

Reply via email to