Re: How to enable per-column compression when create table from impala?

2016-03-31 Thread Jean-Daniel Cryans
Hi Darren, It's currently not supported in Impala, but you can do it via the Java or C++ clients. J-D On Thu, Mar 31, 2016 at 1:21 AM, Darren Hoo wrote: > From the documentation > > http://getkudu.io/docs/schema_design.html#compression > > So how can I specify one column

How to enable per-column compression when create table from impala?

2016-03-31 Thread Darren Hoo
>From the documentation http://getkudu.io/docs/schema_design.html#compression So how can I specify one column to be compressed when creating the table? I've looked through the documentation but could not figure out the exact SQL syntax. Any hints?