Transfer and Store the Data
A newer version of this documentation is available. Use the version menu above to view the most up-to-date release of the Greenplum 4.x documentation.
Transfer and Store the Data
Use one of the following approaches to transform the data with gpfdist.
- GPLOAD supports only input transformations, but is easier to implement in many cases.
- INSERT INTO SELECT FROM supports both input and output transformations, but exposes more details.