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


reli — Vertica Forum
Avatar

reli

reli

Badges

Photogenic10 CommentsName DropperFirst Comment
  • Re: s3EXPORT_PARTITION

    I change the parameter chunksize and it's work!! SELECT s3EXPORT_PARTITION(* USING PARAMETERS url=''s3://bucket_name/test1/bystate.date',chunksize=20485760) OVER (PARTITION BY date) FROM (SELECT TO_C… (View Post)