OptimizeDatabaseUseCase

Use case responsible for optimizing the local SQLCipher database by invoking PRAGMA optimize. This operation analyzes and optimizes indexes, potentially improving the performance of read-heavy queries, especially on large datasets (e.g., conversations and messages).

Intended for use in debugging or diagnostic tools (e.g., developer-only settings screens).

Inheritors

Functions

Link copied to clipboard
abstract suspend operator fun invoke(): OptimizeDatabaseResult