I have a couple of questions.
I would like to know if we need to worry about distribution in Netezza while using only select statements(not creating tables). I am basically trying to create a dataset in SAS by connecting to Netezza and selecting the view which has a couple of joins. I am wondering how will this affect performance of Netezza if i am creating the table directly in SAS.
I am creating a table by joining another two tables on customer_id. However, the output dataset does not consist of customer_id as a column. Can i distribute this table on customer_id?
Thanks.