Updated on 2023-10-23 GMT+08:00

Overview

This tutorial demonstrates how to use GDS to import data from remote servers to GaussDB.

In this tutorial, you will:

  • Generate the source data files in CSV format to be used in this tutorial.
  • Upload the source data files to a data server.
  • Create foreign tables used for importing data from a data server to GaussDB through GDS.
  • Start GaussDB, create a table, and import data to the table.
  • Analyze import errors based on the information in the error table and correct the faults.