docs: add Performance & Caching section to ConfigurationGuide

Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-03-01 14:40:19 +00:00
parent b79ba81e05
commit d5a95e9270
2 changed files with 34 additions and 2 deletions
+1 -2
View File
@@ -3,8 +3,7 @@ Tests for database performance indexes and schema migrations.
"""
import pytest
from sqlalchemy import create_engine, inspect, text
from sqlalchemy.orm import sessionmaker
from sqlalchemy import create_engine, inspect
from sqlalchemy.pool import StaticPool
from app.database import Base, _ensure_indexes