.DB-JOURNAL 文件扩展名

SQLite Rollback Journal File

开发者 SQLite
受欢迎程度
3.6  |  123 
 

什么是 DB-JOURNAL 文件?

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.

更多信息

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.

使用File Viewer Plus打开 400 多种文件格式。免费下载

可打开或引用 DB-JOURNAL 文件的程序

Windows
Not meant to be opened
Mac
Not meant to be opened
Linux
Not meant to be opened
分类: 数据库
更新时间: 2018-01-26

验证者 FileInfo.com

FileInfo.com 团队 独立研究了本页面列出的 SQLite Rollback Journal 文件格式和 Mac, Windows, and Linux 应用。 我们的目标是达到 100% 的准确率,并且仅发布我们已验证过的文件类型信息。

如果您想为此页面提出新增或更新建议,请告诉我们