Context
Handling years of historical project data.
Problem
Keeping 10-year old completed projects in the main DB slows down everything.
Suggested Execution
- Create a task to move projects 'Completed' > 1 year ago to an 'Archive' table or S3 partition.
- Still accessible via 'Search' but removed from primary 'Explore' queries.
Acceptance Criteria
- Main database remains lean and fast.
- All historical data preserved and searchable.
References
- backend/src/jobs/archiver.job.ts
Context
Handling years of historical project data.
Problem
Keeping 10-year old completed projects in the main DB slows down everything.
Suggested Execution
Acceptance Criteria
References