Advanced Operations
Migration, performance tuning, and optimization
Advanced topics for production operations including migration, performance optimization, and troubleshooting.
Key Topics
Migration & Upgrades
Moving between versions and deployment methods
- Migration & Upgrades - Version upgrades, deployment migration
- Upgrade paths and compatibility
- Zero-downtime deployments
- Rollback procedures
When to use: Upgrading Cadence versions, moving from Docker to Kubernetes
Performance Tuning
Optimization for maximum throughput and minimum latency
- Performance Tuning - Worker optimization, caching, resource management
- Worker pool tuning
- Memory and CPU optimization
- Database performance
- Caching strategies
When to use: Slow analysis, insufficient throughput, high latency p99
Quick Links
- Troubleshooting - Error resolution
- Monitoring - Metrics and observability
- Security - Hardening and policies
Optimization Decision Tree
Are you experiencing issues?
├─ Slow analysis?
│ ├─ High resource usage? → [Performance Tuning](/docs/reference/operations/advanced/performance)
│ └─ Broken features? → [Troubleshooting](/docs/reference/operations/troubleshooting)
│
├─ Need to upgrade?
│ ├─ Major version? → [Migration](/docs/reference/operations/advanced/migration)
│ └─ Minor version? → [Migration](/docs/reference/operations/advanced/migration)
│
└─ Normal operations?
├─ Monitor and maintain → [Monitoring](/docs/reference/operations/monitoring)
└─ Harden security → [Security](/docs/reference/operations/security)
Next Steps
- Identify your specific need (upgrade, optimization, troubleshooting)
- Navigate to the appropriate guide
- Follow the step-by-step procedures
- Monitor your changes with Monitoring