docs: benchmark search and document scaling

This commit is contained in:
2026-07-19 12:55:40 +08:00
parent 82879a36cc
commit 00928b72e4
3 changed files with 36 additions and 0 deletions
+1
View File
@@ -10,6 +10,7 @@
- Added production configuration validation for secrets, encryption keys, and the public HTTPS URL, plus an administrator-facing status check.
- Added Prometheus-compatible metrics and distinct liveness/readiness health probes.
- Added SQLite FTS5 indexing for public-content search, maintained automatically as posts change.
- Added a repeatable FTS search benchmark and documented PostgreSQL migration decision criteria.
### Fixed