Preparing Source Data

Scenario

Generally, the data to be imported has been uploaded to the data server. In this case, you only need to check the communication between the data server and GaussDB(DWS), and record the data storage directory on the data server before the import.

If the data has not been uploaded to the data server, perform the following operations to upload it:

Procedure

  1. Log in to the data server as user root.

  2. Create the directory /input_data.

    mkdir -p /input_data
    
  3. Upload the source data files to the created directory.

    GDS parallel import supports source data only in CSV or TEXT format.