@@ -97,23 +97,28 @@ selected as a single collection to incrementally transfer/migrate to other cells
Cohort Naming Convention: We use 0 for the test cohort because it must complete successfully before we proceed to production cohorts. Subsequent cohorts (A, B, C, etc.) use letters to indicate they can be executed in parallel without sequential dependencies.
| Cohort ID | Cohort Name | Cohort size indication | Purpose | Simplified eligibility criteria | Impact on Exit criteria |
| Cohort 0 | Test cohort | Up to 100 orgs | Use test namespaces to test the transfer & migration process from end-to-end | | None |
| Cohort A | Subset of Inactive Free users | Up to 5,000 orgs | To establish Protocells as part of real, production use, and refine the migration process. | - Inactive root namespaces<br/><br/>- Free plan<br/><br/>- Private only | Tiny impact on database size |
| Cohort B | Active opt-in Beta | Up to 1000 orgs | Gain experience with real daily active users. | - Opt-in / guided<br/><br/>- Active root namespaces<br/><br/>- Free, or paid<br/><br/>- Private only | Tiny impact on WAL, LWLocks and database size |
| Cohort C | Top 1000 opt-in | Up to 300 orgs | Relieve the legacy cell | - Opt-in / guided<br/><br/>- Top 1000 root namespaces by database time<br/><br/>- Private only<br/><br/>- Prerequisite: Feature parity | At least 20% `[1]` decrease in WAL saturation, and Database size |
| Cohort D | Active long tail opt-in | Approximately 10,000 orgs | Relieve the legacy cell | - Opt-in / self-service<br/><br/>- Active root namespaces<br/><br/>- Private only<br/><br/>- Prerequisite: Feature parity<br/><br/>- Free, or paid | At least 10% `[2]` decrease in WAL saturation, and Database size |
| Cohort ID | Cohort Name | Cohort size indication | Purpose | Simplified eligibility criteria | Impact on Exit criteria | Details |
| Cohort 0 | Test cohort | Up to 100 orgs | Use test namespaces to test the transfer & migration process from end-to-end | | None |[Migration Plan](cohort0.md) |
| Cohort A | Subset of Inactive Free users | Up to 5,000 orgs | To establish Protocells as part of real, production use, and refine the migration process. | - Inactive root namespaces<br/><br/>- Free plan<br/><br/>- Private only | Tiny impact on database size | |
| Cohort B | Active opt-in Beta | Up to 1000 orgs | Gain experience with real daily active users. | - Opt-in / guided<br/><br/>- Active root namespaces<br/><br/>- Free, or paid<br/><br/>- Private only | Tiny impact on WAL, LWLocks and database size |[ADR-001: Criteria](decisions/001_cohort_b_criteria.md) |
| Cohort C | Top 1000 opt-in | Up to 300 orgs | Relieve the legacy cell | - Opt-in / guided<br/><br/>- Top 1000 root namespaces by database time<br/><br/>- Private only<br/><br/>- Prerequisite: Feature parity | At least 20% `[1]` decrease in WAL saturation, and Database size | |
| Cohort D | Active long tail opt-in | Approximately 10,000 orgs | Relieve the legacy cell | - Opt-in / self-service<br/><br/>- Active root namespaces<br/><br/>- Private only<br/><br/>- Prerequisite: Feature parity<br/><br/>- Free, or paid | At least 10% `[2]` decrease in WAL saturation, and Database size | |
-`[1]`: The 20% target is derived from 1/3 × 67% [database time](https://gitlab.com/groups/gitlab-com/gl-infra/-/work_items/1616#note_2990334245) consumed by the top 1000 namespaces.
-`[2]`: The 10% target comes from potentially moving 1/3 of 33% of long tail database time.
## Migration Design Documentation
1.[Organization Data Migration: DMS blueprint](dms-blueprint.md)
2.[Organization Data Migration: DMS integration with Dedicated tooling](dms-instrumentor-integration.md)
3.[Cohort 0 Migration](cohort0.md)
### Database Migration Service (DMS)
1.[DMS Blueprint](dms-blueprint.md) - Strategy for migrating PostgreSQL data from GCP to AWS using AWS DMS
1.[DMS Integration with Dedicated Tooling](dms-instrumentor-integration.md) - Integrating DMS into Instrumentor, AMP, and Tenant Model Schema
### Cohort Migration Plans
1.[Cohort 0: Test Migration](cohort0.md) - Initial migration of 100 test TLGs to validate the end-to-end process
## Decisions
-[ADR-001: Cohort B Criteria](decisions/001_cohort_b_criteria.md)
-[ADR-001: Cohort B Criteria](decisions/001_cohort_b_criteria.md) - Eligibility and enrollment criteria for the Active Opt-In Beta cohort