On v7.1.2 export_objects does not generate "ksafe" at the end of segmentation clause
Hi Vertica gurus,
On v7.1.2, the export_objects function does not generate a proper KSAFE clause at the end of "CREATE PROJECTION" statement:
CREATE PROJECTION ...
(
...
)
SEGMENTED BY hash(...) ALL NODES ;
This generated statement misses "KSAFE 1" at the end of the statement.
On v7.2.1, I get it right.
...
SEGMENTED BY hash(...) ALL NODES KSAFE 1;
Is this a known bug on v7.1.2, or is there a switch that controls this piece of output?
Thanks,
Brian
0