MOLT Overview

On this page Carat arrow pointing down

This page describes the MOLT (Migrate Off Legacy Technology) tools. For more information about migrating to CockroachDB, see Migration Overview.

Use the MOLT tools to:

  • Convert a schema for compatibility with CockroachDB.
  • Load test and production data into CockroachDB.
  • Validate queries on CockroachDB.

MOLT tools

MOLT tooling overview

Tool Usage Supported sources Release status
Schema Conversion Tool Schema conversion PostgreSQL, MySQL, Oracle, SQL Server GA
Fetch Initial data load; continuous replication PostgreSQL, MySQL, CockroachDB GA
Verify Data validation PostgreSQL, MySQL, CockroachDB Preview

Schema Conversion Tool

The MOLT Schema Conversion Tool converts a source database schema to a CockroachDB-compatible schema. The supported Schema Conversion Tool sources are PostgreSQL, MySQL, Oracle, and SQL Server.

The tool will convert data definition (DDL) syntax (excluding destructive statements such as DROP), identify unimplemented features and syntax incompatibilities in the schema, and suggest edits according to CockroachDB best practices.

Fetch

MOLT Fetch moves data from a source database into CockroachDB. Data is moved via one-time bulk ingestion, which is optionally followed by continuously streaming replication. The supported Fetch sources are PostgreSQL, MySQL, and CockroachDB.

You can use MOLT Fetch to load test data into CockroachDB, enabling you to test your application queries on CockroachDB. When you're ready to conduct the migration in a production environment, use MOLT Fetch to move your source data to CockroachDB. You can also enable continuous replication of any changes on the source database to CockroachDB.

Verify

MOLT Verify checks for discrepancies between the source and target schemas and data. It verifies that table structures, column definitions, and row values match between the source and target. The supported Verify sources are PostgreSQL, MySQL, and CockroachDB.

Use MOLT Verify after loading data with MOLT Fetch to confirm that the CockroachDB data matches the source.

See also


Yes No
On this page

Yes No