Product: Aqua Data Studio
Version: 13.0-dev-42
Build #: 30427
Build Date: 2012-Dec-04 10:21:38 AM
1. Created a table in Greenplum with distribution key
CREATE TABLE "campus"."dist_test" (
"a1" varchar(25) NOT NULL,
"a2" varchar(25) NOT NULL,
"a3" varchar(25) NOT NULL,
"a4" varchar(25) NOT NULL
)
DISTRIBUTED BY (a3)
2. Generated ER Model
3. When i try to script it back, the "DISTRIBUTED BY (a3)" is missing because the ER Modeler column parameter doesnt have a field to capture that distribution information
4. In the ER Model Storage Tab you can see a Distribution Policy which i can select but the value doesnt get reflected
|
136 KB
Distribution Key for Column Parameter is now available for ER Modeler in 13.0-alpha-17
Distribution Key for Column Parameter is now available for ER Modeler in 13.0-alpha-17
Issue #8019 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build trunk/30699 |
No time estimate |
Greenplumn ER Modeler now supports Distribution Key. SVN r30699.