forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Lu, Huayi <luhuayi@huawei.com> Co-committed-by: Lu, Huayi <luhuayi@huawei.com>
2.9 KiB
2.9 KiB
Exporting Data
Prerequisites
Ensure that the IP addresses and ports of servers where CNs and DNs are deployed can connect to those of the GDS server.
Procedure
- Export data.
1
INSERT INTO [Foreign table name] SELECT * FROM [Source table name];
Create batch processing scripts to export data in parallel. The degree of parallelism depends on the server resource usage. You can test several tables and monitor resource usage to determine whether to increase or reduce the amount. Common resource monitoring commands include top for memory and CPU usage, iostat for I/O usage, and sar for networks. For details about application cases, see Exporting Data Using Multiple Threads.
Parent topic: Using GDS to Export Data to a Remote Server