We're Moving!

The Vertica Forum is moving to a new OpenText Analytics Database (Vertica) Community.

Join us there to post discussion topics, learn about

product releases, share tips, access the blog, and much more.

Create My New Community Account Now


On v7.1.2 export_objects does not generate "ksafe" at the end of segmentation clause — Vertica Forum

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

Leave a Comment

BoldItalicStrikethroughOrdered listUnordered list
Emoji
Image
Align leftAlign centerAlign rightToggle HTML viewToggle full pageToggle lights
Drop image/file