Joins, group by, etc with Flex?

Moderator: NorbertKrupa

Post Reply
maizer
Newbie
Newbie
Posts: 2
Joined: Thu May 21, 2015 9:06 pm

Joins, group by, etc with Flex?

Post by maizer » Thu May 21, 2015 9:12 pm

We are planning to load data into two tables, one flex, one 'traditional'.

Would it be possible to do joins, group by's, and other SQL functions with a flex and 'traditional' table?

Thank you!

NorbertKrupa
GURU
GURU
Posts: 527
Joined: Tue Oct 22, 2013 9:36 pm
Location: Chicago, IL
Contact:

Re: Joins, group by, etc with Flex?

Post by NorbertKrupa » Mon May 25, 2015 12:45 pm

Yes, as long as those columns involved with JOIN's and GROUP BY's are materialized on the Flex table.
Checkout vertica.tips for more Vertica resources.

scutter
Master
Master
Posts: 302
Joined: Tue Aug 07, 2012 2:15 am

Re: Joins, group by, etc with Flex?

Post by scutter » Tue May 26, 2015 12:50 am

Yes, as long as those columns involved with JOIN's and GROUP BY's are materialized on the Flex table.
Joins and Group Bys can be executed on virtual flex table columns as well - they need not be materialized.

—Sharon
Sharon Cutter
Vertica Consultant, Zazz Technologies LLC

NorbertKrupa
GURU
GURU
Posts: 527
Joined: Tue Oct 22, 2013 9:36 pm
Location: Chicago, IL
Contact:

Re: Joins, group by, etc with Flex?

Post by NorbertKrupa » Tue May 26, 2015 9:41 am

scutter wrote:Joins and Group Bys can be executed on virtual flex table columns as well - they need not be materialized.

—Sharon
Sharon, you're correct. For performance considerations, you would want to materialize them.
Checkout vertica.tips for more Vertica resources.

Post Reply

Return to “Vertica SQL”