.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

검증자 FileInfo.com

FileInfo.com 팀 이 페이지에 나열된 SQLite Rollback Journal 파일 형식과 Mac, Windows, and Linux 앱을 독자적으로 조사했습니다. 저희의 목표는 100% 정확성이며, 검증한 파일 유형에 대한 정보만 게시합니다.

이 페이지에 추가하거나 업데이트할 내용을 제안하고 싶으시면 알려 주세요.