Description
Implement the /compact endpoint to optimize database storage and improve query performance.
Current State
- No implementation
- Defined in OpenAPI spec
Acceptance Criteria
API Response
{
"before_size_mb": 125.4,
"after_size_mb": 98.2,
"duration_ms": 3500
}
Related
- See
api/codetriever-openapi.yaml for full spec
- Similar to SQL Server index rebuild or PostgreSQL VACUUM
Description
Implement the
/compactendpoint to optimize database storage and improve query performance.Current State
Acceptance Criteria
POST /compactrouteAPI Response
{ "before_size_mb": 125.4, "after_size_mb": 98.2, "duration_ms": 3500 }Related
api/codetriever-openapi.yamlfor full spec