docs consolidation work

This commit is contained in:
StellaOps Bot
2025-12-25 18:48:11 +02:00
parent 2a06f780cf
commit 82a49f6743
102 changed files with 3550 additions and 1679 deletions

View File

@@ -1,9 +1,11 @@
# MongoDB to PostgreSQL Conversion Plan
**Version:** 2.0.0
**Status:** APPROVED
**Status:** **CONVERSION COMPLETED** — Sprint 4400 (November 2024)
**Created:** 2025-11-28
**Last Updated:** 2025-11-28
**Last Updated:** 2025-12-25
> **COMPLETION NOTICE:** MongoDB to PostgreSQL conversion **completed in Sprint 4400 (November 2024)**. All control-plane services now use PostgreSQL 16+. MongoDB dependencies removed from all modules. This document is preserved for historical reference and lessons learned.
---

View File

@@ -1491,7 +1491,7 @@ CREATE INDEX idx_format ON sbom_docs ((doc->>'bomFormat'));
-- Query planner can't estimate cardinality, may choose suboptimal plans
```
**Solution: Generated columns (PostgreSQL 12+):**
**Solution: Generated columns (PostgreSQL 16+):**
```sql
-- Add generated column that extracts JSONB field
ALTER TABLE scanner.sbom_documents