.DB-SHM Extension de fichier

SQLite Database Shared Memory File

Développeur SQLite
Popularité
3.4  |  76 Votes
 

Qu'est-ce qu'un fichier DB-SHM ?

A DB-SHM file is a temporary file generated by SQLite, a lightweight database engine commonly used within mobile and desktop applications. In Write-Ahead Logging (WAL) mode, an SQLite database engine references information in DB-SHM files to manage shared memory access for the main SQLite database, ensuring different processes, such as multiple application components concurrently accessing data, can interact with the database efficiently and consistently.

Plus d'informations

SQLite's Write-Ahead Logging (WAL) mode is a journaling mode designed to improve database writing performance while maintaining data integrity. Typically, any changes made to a database are written directly to the main database file.

However, in WAL mode, the SQLite database engine automatically generates a .DB-WAL file to store data writes, allowing the main database to remain unaltered during the write process. The engine also generates a DB-SHM file to store data for tracking reader-writer states, checkpoint statuses, and transaction control, allowing multiple connections to the main database to synchronize. For example, if you have a primary database file named mydb.db, the SQLite engine may automatically generate mydb.db-shm and mydb.db-wal files while the database is in use.

By generating DB-WAL and DB-SHM files in WAL mode, the SQLite engine keeps the database accessible for reading by other processes while writes are pending, significantly improving performance in applications with high read-write demands. Additionally, DB-SHM and DB-WAL files may appear in an application's data storage directories, particularly in apps that utilize SQLite databases for handling large amounts of data or complex data operations across different processes.

REMARQUE: SQLite introduced WAL mode in 3.7.0 in July 2010.

Comment ouvrir un fichier DB-SHM

You should not attempt to open DB-SHM files since they serve as supplemental, non-essential files for the primary database. When the application or database connection is closed, you can safely delete these temporary files if they persist.

Ouvrez plus de 400 formats de fichiers avec File Viewer Plus.Téléchargement gratuit

Programmes qui ouvrent ou référencent les fichiers DB-SHM

Windows
Gratuit
Mac
Gratuit
Linux
Gratuit

Vérifié par FileInfo.com

L'équipe FileInfo.com a mené des recherches indépendantes sur le format de fichier SQLite Database Shared Memory et les applications Mac, Windows, and Linux répertoriées sur cette page. Notre objectif est une précision de 100%, et nous ne publions que des informations sur les types de fichiers que nous avons vérifiés.

Si vous souhaitez suggérer des ajouts ou des mises à jour de cette page, faites-le-nous savoir.