Copy the data |
Copy data to the database (currently only supports copying vector data to HBase). The supported data engines are: UDB, GDB. The UDB contains local files or files registered to the iServer, and supports the creation of field indexes and vector pyramids for registered UDB data sets. When a data set with the same name is copied to the database for multiple times, it is a new data set by default (copying data containing sensitive fields such as "ID" is not supported temporarily).
In order to solve the problem of failure to copy a large amount of data, the process of copying data is optimized-batch copy, that is, for registered UDB data sets, when copying data, it supports batch copy to the database. Depending on the dataset type, the specific batch is as follows:
Point dataset:
When the amount of data is less than 4 million, batch copy is not performed.
When the amount of data is greater than 4 million, 2 million copies are copied in batches. For example, 5 million points of data are copied in 3 batches.
Line dataset:
When the amount of data is less than 2 million, batch copy is not performed.
When the amount of data is greater than 2 million, each batch is copied in batches of 1 million. For example, 3 million line data is copied in 3 batches.
Face dataset:
When the amount of data is less than 1 million, batch copy is not performed.
When the amount of data is more than 1 million, each batch is copied in batches of 500,000. For example, 1.5 million face data is copied in 3 batches.
Source Dataset Type: Required parameter. Support for registered data, local GDB files, local UDB files.
Target Dataset: This parameter is required when the source dataset type is selected as registered data. Specify the dataset name to be copied.
Create Vector Pyramid: This parameter is supported when the source dataset type is selected as registered data. Optional parameters.
Create field index: This parameter is supported when the source dataset type is selected as registered data. Optional parameters.
Path of Source Data: This parameter is required when the source dataset type is selected as registered data. Specify the path where the dataset needs to be copied.
Source Dataset: This parameter is required when the source dataset type is selected as registered data. Specifies the name of the dataset that needs to be copied.
Target Database Type: Currently only HBASE is supported. Required parameters.
Destination Name: The name of the destination database for the data copy. Required parameters.
Target Database Address: The address of the target database for the data copy. Required parameters.