Tentative fix for bad query perf with recent sqlite versions: limit 1 seems to be culprit

This commit is contained in:
emeric
2025-07-13 00:06:10 +02:00
parent 59e85ee424
commit 6704762cc3
6 changed files with 116 additions and 15 deletions
+3
View File
@@ -49,6 +49,9 @@ namespace lms::db
core::RecursiveSharedMutex& getMutex() { return _sharedMutex; }
Wt::Dbo::SqlConnectionPool& getConnectionPool() { return *_connectionPool; }
void logPageSize();
void logCacheSize();
void logCompileOptions();
void performQuickCheck();
void performIntegrityCheck();
void performForeignKeyConstraintsCheck();