Added a query plan recorder for debugging purposes

This commit is contained in:
emeric
2025-07-11 00:11:02 +02:00
parent 2fd7d9767b
commit 59e85ee424
29 changed files with 546 additions and 44 deletions
+4
View File
@@ -17,7 +17,11 @@ log-min-severity = "info";
# Can be "none", "quick", or "full"
db-integrity-check = "quick";
# Output db queries on stdout
# Use this only for debugging purpose, as this may impact performance
db-show-queries = false;
# Record query plans for database queries.
# Use this only for debugging purposes, as this may impact performance
db-record-query-plans = false;
# Listen port/addr of the web server
listen-port = 5082;