Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
Overview
Comment: | Fix typo in the wal.html document. |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | branch-3.25 |
Files: | files | file ages | folders |
SHA3-256: |
4182b1655eb9a18becd9fa1f8bc7b715 |
User & Date: | drh 2018-11-26 12:01:01 |
Context
2018-11-26
| ||
12:01 | Merge typo fix from the 3.25 branch. check-in: 121aeee579 user: drh tags: trunk | |
12:01 | Fix typo in the wal.html document. Leaf check-in: 4182b1655e user: drh tags: branch-3.25 | |
2018-11-07
| ||
17:35 | Improvements to the documentation of the busy method in the TCL interface. Words contributed by flightaware. check-in: bf23032b75 user: drh tags: branch-3.25 | |
Changes
Changes to pages/wal.in.
363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 |
<li>There is write permission on the directory containing the database so
that the <tt>-shm</tt> and <tt>-wal</tt> files can be created.
<li>The database connection is opened using the
[immutable query parameter].
</ol>
<p>Even though it is possible to open a read-only WAL-mode database,
it is good practice is to converted to
[journal_mode | PRAGMA journal_mode=DELETE] prior to burning an
SQLite database image onto read-only media.</p>
<tcl>hd_fragment bigwal {large WAL files} {avoiding large WAL files}</tcl>
<h1>Avoiding Excessively Large WAL Files</h1>
<p>In normal cases, new content is appended to the WAL file until the
|
| |
363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 |
<li>There is write permission on the directory containing the database so that the <tt>-shm</tt> and <tt>-wal</tt> files can be created. <li>The database connection is opened using the [immutable query parameter]. </ol> <p>Even though it is possible to open a read-only WAL-mode database, it is good practice to converted to [journal_mode | PRAGMA journal_mode=DELETE] prior to burning an SQLite database image onto read-only media.</p> <tcl>hd_fragment bigwal {large WAL files} {avoiding large WAL files}</tcl> <h1>Avoiding Excessively Large WAL Files</h1> <p>In normal cases, new content is appended to the WAL file until the |