Fast Clone
- Fast Clone 11.0
- All Products
Field
| Description
| Default
|
---|---|---|
Loader to be used
| Indicates the Vertica command to be used to load data to the Vertica target. Options are:
| Client side
|
Binary length prefix (native)
| Controls whether the data in Fast Clone data files is loaded into Vertica targets in NATIVE VARCHAR or text format.
If you select this option, Fast Clone adds the NATIVE VARCHAR keyword to the COPY or LCOPY command in the output SQL load script. The database server converts CHAR or VARCHAR fields in the data files to Vertica datatypes when loading data.
By default, this option is not selected and Fast Clone loads data in text format with delimiters.
| Not selected
|
Binary length prefix endianness
| The endianness of the data in the data files. Options are
LITTLE ENDIAN and
BIG ENDIAN .
This field is available only when the
Binary length prefix option is selected.
| LITTLE ENDIAN
|
Enable DataStream
| Indicates whether to use DataStreamer to load data. Select this option to stream data directly to a Vertica target with the LCOPY command on the client side or the COPY command on the server side.
| Not selected
|
Max errors
| If you use DataStreamer, the maximum number of errors that can occur when streaming data to a Vertica target. If the number of errors exceeds this maximum, DataStreamer ends with an error.
| 100000
|