.DB-JOURNAL Dateiendung

SQLite Rollback Journal File

Entwickler SQLite
Beliebtheit
3.6  |  123 Stimmen
 

Was ist eine DB-JOURNAL-Datei?

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.

Weitere Informationen

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.

Über 400 Dateiformate öffnen mit File Viewer Plus.Kostenloser Download

Programme, die .DB-JOURNAL-Dateien öffnen oder referenzieren

Windows
Not meant to be opened
Mac
Not meant to be opened
Linux
Not meant to be opened

Geprüft von FileInfo.com

Das FileInfo.com-Team hat das Dateiformat SQLite Rollback Journal und die auf dieser Seite aufgeführten Mac, Windows, and Linux-Apps unabhängig recherchiert. Unser Ziel ist 100% Genauigkeit, und wir veröffentlichen nur Informationen zu Dateitypen, die wir überprüft haben.

Wenn Sie Ergänzungen oder Aktualisierungen zu dieser Seite vorschlagen möchten, teilen Sie es uns bitte.