Feat/1225 add variant metric indexes - #1374
Conversation
- Add @Index decorators for experimentId FK, type, createdAt, and composite (experimentId, isPrimary) to ExperimentMetric entity - Add migration 1801000000000 to create the same indexes on existing databases with a clean down() rollback
|
@Peolite001 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
|
Well done on the job done so far! |
done |
|
There are still some lint errors. Kindly fix |
done |
|
Please remove all modifications made to the workflow files and focus only on the scope of the assigned task. Additionally, ensure that all linting and type-check checks pass before resubmitting the PR. Workflow files should not be modified, as your task does not require any changes to the CI/CD configuration. Once these issues have been addressed, we can proceed with the review. |
Summary
Background
Changes
Why this index
Migration SQL (what will be created)
Impact & testing
npm run testif you want full validation after applying migrations.Notes
Closes #1225