You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@kudu.apache.org by Darren Hoo <da...@gmail.com> on 2016/03/31 10:21:40 UTC

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

>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?

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

Posted by Misty Stanley-Jones <ms...@cloudera.com>.
JD or anyone, do you have a concise code example we can document? And a use case?

> On Mar 31, 2016, at 7:37 AM, Jean-Daniel Cryans <jd...@apache.org> wrote:
> 
> 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 <da...@gmail.com> wrote:
>> 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?
> 

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

Posted by Jean-Daniel Cryans <jd...@apache.org>.
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 <da...@gmail.com> wrote:

> 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?
>