<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: SAS VA Data Queries in SAS Visual Analytics</title>
    <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Data-Queries/m-p/182406#M1268</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks I-Kong for the answer.&lt;/P&gt;&lt;P&gt;For transformation logic I mean the ability to define calculated fields based on the initial ones using the functions that SAS provides.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The scenario is the following.&lt;/P&gt;&lt;P&gt;I am loading data from a Teradata DWH. &lt;/P&gt;&lt;P&gt;My users want to analyze facts, the sales, from different point of view: the Customer, the Territory, the Product etc. &lt;/P&gt;&lt;P&gt;They want to attach and detach, on the fly, one or more o these dimensional tables from the fact table to produce several analyses on the data.&lt;/P&gt;&lt;P&gt;The dimensional tables are the same for the entire enterprise and can be used attaching them to several others facts tables.&lt;/P&gt;&lt;P&gt;To reduce data redundancy coming from entirely denormalized tables, &lt;SPAN style="font-family: Arial, sans-serif; font-size: 13.3333330154419px; background-color: #ffffff;"&gt; obtained pushing down the join and transformation logic&lt;/SPAN&gt; in Teradata, I'm thinking to make the join after loading separately the facts and dimensional tables in LASR memory in the Visual Data Builder for example.&lt;/P&gt;&lt;P&gt;In this way each Data Steward, &lt;SPAN style="font-size: 13.3333330154419px;"&gt;deciding which in memory join execute,&lt;/SPAN&gt; can define the appropiate star schema, with eventually calculated fields, to publish to the data analyst and report builders.&lt;/P&gt;&lt;P&gt;This one is the more flexible way, I have found, that let data analysis and exploration.&lt;/P&gt;&lt;P&gt;The other option should be the construction of a Star Schema in the Data Builder. But this option limit on the selection of the fields forcing to move the build of calculated fields to the report or to the exploration phase.&lt;/P&gt;&lt;P&gt;What is your opinion pros and cons of this two scenario?&lt;/P&gt;&lt;P&gt;What is more efficient way in term of speed of analysis?&lt;/P&gt;&lt;P&gt;.....and in term of memory allocated in the TD720 nodes?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 16 Oct 2014 20:36:09 GMT</pubDate>
    <dc:creator>fsini</dc:creator>
    <dc:date>2014-10-16T20:36:09Z</dc:date>
    <item>
      <title>SAS VA Data Queries</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Data-Queries/m-p/182404#M1266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm working with SAS VA 6.4 loading data coming from a DWH&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;In the Visual Data Builder I make an extensive use of joins between fact tables and dimensional table (a fact table joined with less then 10 dimensional tables), to load star schema in memory, and, I apply transformation logic on some resulting fileds to prepare the data for analysis/exploration.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I guess what are the pros and cons in loading data from a join of several tables.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Infact when I execute this kind of joins I notice that it takes biblical time to execute the operation.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;That's the reason of my question. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;I should prepare the data in the DWH environment, before to load it in memory as a denormalized table? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;The option should be to build a star schema (selecting this operation fom the Data builder menu) but this option:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;do not allow me to apply transformation logic on some fields&lt;/LI&gt;&lt;LI&gt;do not allow me to select desired fileds. I have to load the entire set of fields&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for your support.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Oct 2014 16:27:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Data-Queries/m-p/182404#M1266</guid>
      <dc:creator>fsini</dc:creator>
      <dc:date>2014-10-13T16:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA Data Queries</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Data-Queries/m-p/182405#M1267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Hi, yes, VA will use implicit passthrough for most databases (assuming one database) and attempt to push down the join and transformation logic (if supported in that database). In 6.4 if you use the self service importer (in exploration or reporting) the resulting table will be loaded via parallel load (for a distributed environment) for faster loading speed. Alternatively, you can transform and prune in your DWH, load the dimension and fact tables separately and do an in-memory join. Tradeoffs will depend on your specific situation. What kinds of transformation logic do you need to do? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Arial, sans-serif;"&gt;I-Kong&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 19:09:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Data-Queries/m-p/182405#M1267</guid>
      <dc:creator>I_Kong_SAS</dc:creator>
      <dc:date>2014-10-16T19:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAS VA Data Queries</title>
      <link>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Data-Queries/m-p/182406#M1268</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks I-Kong for the answer.&lt;/P&gt;&lt;P&gt;For transformation logic I mean the ability to define calculated fields based on the initial ones using the functions that SAS provides.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The scenario is the following.&lt;/P&gt;&lt;P&gt;I am loading data from a Teradata DWH. &lt;/P&gt;&lt;P&gt;My users want to analyze facts, the sales, from different point of view: the Customer, the Territory, the Product etc. &lt;/P&gt;&lt;P&gt;They want to attach and detach, on the fly, one or more o these dimensional tables from the fact table to produce several analyses on the data.&lt;/P&gt;&lt;P&gt;The dimensional tables are the same for the entire enterprise and can be used attaching them to several others facts tables.&lt;/P&gt;&lt;P&gt;To reduce data redundancy coming from entirely denormalized tables, &lt;SPAN style="font-family: Arial, sans-serif; font-size: 13.3333330154419px; background-color: #ffffff;"&gt; obtained pushing down the join and transformation logic&lt;/SPAN&gt; in Teradata, I'm thinking to make the join after loading separately the facts and dimensional tables in LASR memory in the Visual Data Builder for example.&lt;/P&gt;&lt;P&gt;In this way each Data Steward, &lt;SPAN style="font-size: 13.3333330154419px;"&gt;deciding which in memory join execute,&lt;/SPAN&gt; can define the appropiate star schema, with eventually calculated fields, to publish to the data analyst and report builders.&lt;/P&gt;&lt;P&gt;This one is the more flexible way, I have found, that let data analysis and exploration.&lt;/P&gt;&lt;P&gt;The other option should be the construction of a Star Schema in the Data Builder. But this option limit on the selection of the fields forcing to move the build of calculated fields to the report or to the exploration phase.&lt;/P&gt;&lt;P&gt;What is your opinion pros and cons of this two scenario?&lt;/P&gt;&lt;P&gt;What is more efficient way in term of speed of analysis?&lt;/P&gt;&lt;P&gt;.....and in term of memory allocated in the TD720 nodes?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Oct 2014 20:36:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Visual-Analytics/SAS-VA-Data-Queries/m-p/182406#M1268</guid>
      <dc:creator>fsini</dc:creator>
      <dc:date>2014-10-16T20:36:09Z</dc:date>
    </item>
  </channel>
</rss>

