Transfer MySQL to SAP HANA

    Fast, streaming database-to-database transfer with parallel processing

    FastTransfer
    Terminal
    .\FastTransfer.exe `
      --sourceconnectiontype "mysql" `
      --sourceserver "your-source-server" `
      --sourceuser "your-username" `
      --sourcepassword "your-password" `
      --sourcedatabase "your-source-db" `
      --query "SELECT * FROM your_schema.your_table" `
      --targetconnectiontype "hanabulk" `
      --targetserver "your-target-server" `
      --targetuser "your-username" `
      --targetpassword "your-password" `
      --targetdatabase "your-target-db" `
      --targetschema "your_table" `
      --targettable "your_table" `
      --parallelmethod "Ntile" `
      --distributekeycolumn "id"  `
      --degree 10  `
      --loadmode "Truncate"
    Get FastTransfer

    Source - MySQL

    MySQL is the world's most popular open-source database management system. FastTransfer uses the native MySQL driver to ensure fast and reliable transfers.

    Features:

    • Native MySQL driver for optimal performance
    • Transaction support
    • Compatible with all modern MySQL versions

    Parallel Method - Ntile

    Divides data into N equal partitions based on a numeric column.

    Requirement: Requires a numeric distribution column

    Available parallel methods with MySQL:

    Destination - SAP HANA

    FastTransfer uses SAP HANA's bulk loading capabilities optimized for in-memory databases, ensuring fast loading.

    Loading method:

    HANA Bulk Copy

    Advantages:

    • Optimized in-memory bulk load
    • Support for columnar tables
    • Maximized in-memory performance