1
0

optimize stats using "materialized view"

This commit is contained in:
2025-07-07 09:16:52 +02:00
parent 1e291882a6
commit be3023f55d
8 changed files with 31 additions and 58 deletions

View File

@@ -1,6 +1,6 @@
FROM python:3.13-alpine
RUN apk add --no-cache s6 bash wget unzip curl
RUN apk add --no-cache s6 bash wget unzip curl sqlite
COPY requirements.txt .