Wire datetime_columns through query params and reads; add db_size and vacuum guard

This commit is contained in:
Jan Doubravský
2026-06-10 13:58:29 +02:00
parent 8e46ee3547
commit a68b8994e3
13 changed files with 383 additions and 20 deletions
+1
View File
@@ -40,6 +40,7 @@ class Stats:
refetches: int
tables: dict[str, TableStats]
errors: int = 0 # total load/refresh failures since start
db_size_bytes: int = 0 # on-disk cache file size (0 in memory mode)
class StatsCollector: