Search found 1 match

by karthiksharmasg
Mon Oct 16, 2017 3:52 pm
Forum: General
Topic: Resegmentation During GROUP BY
Replies: 0
Views: 13649

Resegmentation During GROUP BY

Hi, i am worried about the resegmentation during Group BY say -- to create super projection use ENCODING AUTO create table foo (a int ENCODING AUTO, b int, c int) CREATE PROJECTION foo_pj (a,b,c) AS select a,b,c from foo SEGMENTED BY HASH(a,b,c) ALL NODES OFFSET 0; CREATE PROJECTION foo_pj1 (b,c) AS...

Go to advanced search