DESIGNS
Contains information about a Database Designer design. After you create a design and specify certain parameters for Database Designer, 
DESIGNER_CREATE_DESIGN creates this table in the V_MONITOR schema.
| Column Name | Column Type | Description | 
|---|---|---|
| DESIGN_ID | INTEGER | Unique ID that Database Designer assigns to this design. | 
| DESIGN_NAME | VARCHAR | Name that the user specifies for the design. | 
| KSAFETY_LEVEL | INTEGER | K-safety level for the design. Database Designer assigns a K-safety value of 0 for clusters with 1 or 2 nodes, and assigns a value of 1 for clusters with 3 or more nodes. | 
| OPTIMIZATION_OBJECTIVE | VARCHAR | Name of the optimization objective for the design. Valid values are: 
 | 
| DESIGN_TYPE | VARCHAR | Name of the design type. Valid values are: 
 | 
| PROPOSE_SUPER_FIRST | BOOLEAN | Specifies to propose superprojections before projections, by default f. IfDESIGN_MODEisCOMPREHENSIVE, this field has no impact. | 
| DESIGN_AVAILABLE | BOOLEAN | tif the design is currently available, otherwise,f(default). | 
| COLLECTED_STATISTICS | BOOLEAN | tif statistics are to be collected when creating the design, otherwise,f(default). | 
| POPULATE_DESIGN_TABLES_FROM_QUERIES | BOOLEAN | tif you want to populate the design tables from the design queries, otherwise,f(default). | 
| ENCODING_DESIGN | BOOLEAN | tif the design is an encoding optimization design on pre-existing projections, otherwise,f(default). | 
| DEPLOYMENT_PARALLELISM | INTEGER | Number of tables to be deployed in parallel when the design is complete. Default: 0 | 
| UNSEGMENTED_PROJECTIONS | BOOLEAN | tif you specify unsegmented projections, otherwise,f(default). | 
| ANALYZE_CORRELATIONS_MODE | INTEGER | Specifies how Database Designer should handle existing column correlations in a design and whether or not Database Designer should reanalyze existing column correlations. 
 |