Tentative fix for bad query perf with recent sqlite versions: limit 1 seems to be culprit
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user