FileInfo

Sprachen

Überblick

What is a DB-JOURNAL file? A DB-JOURNAL file is a temporary database file created by SQLite database management systems during a transaction between an application and a database. It contains a rollback journal, which is a temporary database that stores the most recent state of the database. DB-JOURNAL files are used to restore a database in case the application using the database crashes while executing a transaction.

More Information DB-JOURNAL files enable the atomic commit feature in SQLite database management systems. This feature refers to when all changes to a database can be made in one transaction. This is made possible by rollback journal files, which are typically seen with the ".db-journal" extension. DB-JOURNAL files are temporary and should only exist when a running transaction is occurring in an SQLite database then deleted once the transaction is committed. The file is located in the same directory as the .DB database file that is running the transaction. Also it bears the same name as the associated DB file except it includes the appended "-journal" extension. For example, a file named example.db is accompanied by a temporary example.db-journal during the transaction.

Popularity3.6/5

113 votes

Quick AppUsed by
VerifiedVerified by FileInfo.com The FileInfo.com team has independently researched the SQLite Rollback Journal file format and Mac, Windows, and Linux apps listed on this page. Our goal is 100% accuracy and we only publish information about file types that we have verified. If you would like to suggest any additions or updates to this page, please let us know .

Document Icon

Brotkrümel

DeveloperSQLite
Popularity3.6 | 113 Votes

Previous / Next

In-Depth

.DB-JOURNAL File Extension

SQLite Rollback Journal File

DeveloperSQLite
Popularity
3.6  |  113 Votes
 

What is a DB-JOURNAL file?

A DB-JOURNAL file is a temporary database file created by SQLite database management systems during a transaction between an application and a database. It contains a rollback journal, which is a temporary database that stores the most recent state of the database. DB-JOURNAL files are used to restore a database in case the application using the database crashes while executing a transaction.

More Information

DB-JOURNAL files enable the atomic commit feature in SQLite database management systems. This feature refers to when all changes to a database can be made in one transaction. This is made possible by rollback journal files, which are typically seen with the ".db-journal" extension.

DB-JOURNAL files are temporary and should only exist when a running transaction is occurring in an SQLite database then deleted once the transaction is committed. The file is located in the same directory as the .DB database file that is running the transaction. Also it bears the same name as the associated DB file except it includes the appended "-journal" extension. For example, a file named example.db is accompanied by a temporary example.db-journal during the transaction.

Open over 400 file formats with File Viewer Plus . Free Download

Programs that open or reference DB-JOURNAL files

Sort

Pricing

Program Name

Platform

Reset

X

Windows

Not meant to be opened

Mac

Not meant to be opened

Linux

Not meant to be opened

Category: Database Files

Updated: January 26, 2018

FAQ

What is a DB-JOURNAL file?
A DB-JOURNAL file is a temporary database file created by SQLite database management systems during a transaction between an application and a database. It contains a rollback journal, which is a temporary database that stores the most recent state of the database. DB-JOURNAL files are used to restore a database in case the application using the database crashes while executing a transaction.