OptimizeDatabaseUseCase
interface 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).