EXPORT SYNOPSIS
Purpose
Use the EXPORT SYNOPSIS statement to export a generated synopsis.
This statement compresses the synopsis data files and the metadata file from the catalog store together in zip format and returns it in binary format.
Using the IMPORT SYNOPSIS statement, you can use the synopsis in another TrainDB instance by saving its result data as a zip file in your application.
Syntax
Diagram
exportSynopsis
Keywords and Parameters
synopsisName
This is an identifier that specifies the name of the synopsis to be exported.
Examples
Exporting a Synopsis
The following statement exports the generated synopsis order_products_syn.
EXPORT SYNOPSIS order_products_syn;