What problem does it solve?
Migrating a Teradata (Vantage) data warehouse to Amazon Redshift requires converting DDL, SQL, stored procedures, macros, and BTEQ scripts, moving data reliably, and validating results — a complex, error-prone process with many dialect differences and no direct equivalents for some constructs.
Core Features & Use Cases
- Six-phase migration workflow: discovery (read-only DBC catalog queries), conversion (72 validated Teradata-to-Redshift rules), data migration (extract to S3 then COPY), validation, performance comparison, and reporting, with resumable state tracking.
- Conversion knowledge base: deterministic rules for type mapping, PRIMARY INDEX to DISTKEY, PPI to SORTKEY, stored procedures to PL/pgSQL, and BTEQ to RSQL, plus a flagged manual-rewrite backlog for constructs like RESET WHEN, EXPAND ON, and cursors.
- Use Case: A team needs to move a Teradata warehouse to Redshift. The AI inventories the source with read-only queries, converts schemas and SQL with confidence scoring, generates restartable extract/COPY scripts staging through S3, validates row counts and aggregates, and produces a migration report.
Quick Start
Ask the AI to assess and migrate your Teradata database to Amazon Redshift, starting with a read-only discovery inventory of the source system.