Overview
Tool |
Description |
---|---|
COPY |
Syntax for importing and exporting database data in batches. COPY can be used to import and export table-level data and export query result sets. For details about the best practices for COPY, see "Best Practices > Best Practices for COPY Import and Export" in Developer Guide. For details about all COPY commands, see "SQL Reference > SQL Syntax > C > COPY" in Developer Guide. |
Meta-command for importing and exporting table-level data in batches on the gsql client. Compared with the COPY command, the \COPY meta-command can import and export client data files and supports concurrent import through multiple transactions. |
|
Imports table data. gs_loader converts the syntax supported by the control file to the \COPY syntax, uses the existing \COPY function to import data, and records the \COPY result in client logs. |
|
Tool for database-level export. To export information about a single database, you can export the definitions and data of all or some objects (such as schemas, tables, and views) in a database. |
|
Tool for instance-level export. You can export object definitions and data of all databases in an instance, including data of the default database, data of user-defined databases, and global objects of all databases. gsql is required for instance-level restoration. |
|
Tool for database-level import. It imports files exported using gs_dump. |
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot