<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
	xmlns:media="http://search.yahoo.com/mrss/"
	>
<channel>
	<title>Comments on: Index Awareness Part I: The Basics</title>
	<atom:link href="http://www.dagira.com/2007/10/26/index-awareness-part-i-the-basics/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dagira.com/2007/10/26/index-awareness-part-i-the-basics/</link>
	<description>...you are in a twisty maze of passageways, all different...</description>
	<lastBuildDate>Tue, 07 Feb 2012 17:17:49 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2007/10/26/index-awareness-part-i-the-basics/comment-page-1/#comment-2016</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Fri, 21 Oct 2011 18:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2007/10/26/index-awareness-part-i-the-basics/#comment-2016</guid>
		<description>Allan, index awareness only activates when a user picks from a list of values.</description>
		<content:encoded><![CDATA[<p>Allan, index awareness only activates when a user picks from a list of values.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AllanGXG</title>
		<link>http://www.dagira.com/2007/10/26/index-awareness-part-i-the-basics/comment-page-1/#comment-2014</link>
		<dc:creator>AllanGXG</dc:creator>
		<pubDate>Fri, 21 Oct 2011 12:53:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2007/10/26/index-awareness-part-i-the-basics/#comment-2014</guid>
		<description>Hi Dave, Can you help me?

It is possible use the index awareness when the filtered object is being used in the panel &quot;Object result&quot; of web intelligence?

  Example: Using the example of your query would change the filter table RESORT for SERVICE_LINE

SELECT
max( RESORT.resort ),
sum(INVOICE_LINE.DAYS * INVOICE_LINE.NB_GUESTS * SERVICE.PRICE)
FROM RESORT, INVOICE_LINE, SERVICE, SERVICE_LINE
WHERE ( RESORT.RESORT_ID=SERVICE_LINE.RESORT_ID )
AND ( SERVICE_LINE.SL_ID=SERVICE.SL_ID )
AND ( SERVICE.SERVICE_ID=INVOICE_LINE.SERVICE_ID )
AND SERVICE_LINE.RESORT_ID = 2  
GROUP BY
RESORT.RESORT_ID</description>
		<content:encoded><![CDATA[<p>Hi Dave, Can you help me?</p>
<p>It is possible use the index awareness when the filtered object is being used in the panel &#8220;Object result&#8221; of web intelligence?</p>
<p>  Example: Using the example of your query would change the filter table RESORT for SERVICE_LINE</p>
<p>SELECT<br />
max( RESORT.resort ),<br />
sum(INVOICE_LINE.DAYS * INVOICE_LINE.NB_GUESTS * SERVICE.PRICE)<br />
FROM RESORT, INVOICE_LINE, SERVICE, SERVICE_LINE<br />
WHERE ( RESORT.RESORT_ID=SERVICE_LINE.RESORT_ID )<br />
AND ( SERVICE_LINE.SL_ID=SERVICE.SL_ID )<br />
AND ( SERVICE.SERVICE_ID=INVOICE_LINE.SERVICE_ID )<br />
AND SERVICE_LINE.RESORT_ID = 2<br />
GROUP BY<br />
RESORT.RESORT_ID</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2007/10/26/index-awareness-part-i-the-basics/comment-page-1/#comment-2008</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Thu, 20 Oct 2011 16:43:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2007/10/26/index-awareness-part-i-the-basics/#comment-2008</guid>
		<description>Vignesh, that&#039;s one of the drawbacks of index awareness. If you use surrogate keys you can get around this since your keys will be single-column values. But compound keys do present a problem. The reason is the way the process works... it converts Resort_Name = &quot;Bahamas Beach&quot; into resort_id = 2. It&#039;s not set up for a compound key.</description>
		<content:encoded><![CDATA[<p>Vignesh, that&#8217;s one of the drawbacks of index awareness. If you use surrogate keys you can get around this since your keys will be single-column values. But compound keys do present a problem. The reason is the way the process works&#8230; it converts Resort_Name = &#8220;Bahamas Beach&#8221; into resort_id = 2. It&#8217;s not set up for a compound key.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vignesh Iyer</title>
		<link>http://www.dagira.com/2007/10/26/index-awareness-part-i-the-basics/comment-page-1/#comment-2007</link>
		<dc:creator>Vignesh Iyer</dc:creator>
		<pubDate>Thu, 20 Oct 2011 15:42:27 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2007/10/26/index-awareness-part-i-the-basics/#comment-2007</guid>
		<description>Hi Dave,

I have a table where the key is composed on two columns (Composite Keys). How do i then create a PK for an Object. Universe allows only one PK. Is there any workaround for the same. 

Thanks,
Vignesh</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>I have a table where the key is composed on two columns (Composite Keys). How do i then create a PK for an Object. Universe allows only one PK. Is there any workaround for the same. </p>
<p>Thanks,<br />
Vignesh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: sreedhar</title>
		<link>http://www.dagira.com/2007/10/26/index-awareness-part-i-the-basics/comment-page-1/#comment-1612</link>
		<dc:creator>sreedhar</dc:creator>
		<pubDate>Thu, 03 Mar 2011 09:06:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2007/10/26/index-awareness-part-i-the-basics/#comment-1612</guid>
		<description>Hi Dave,

     Thank you so much. its very informative and helpful.
     Could you please let me know if you have posted any thing related to Aggregate awareness.

Thanks,
IssKumar</description>
		<content:encoded><![CDATA[<p>Hi Dave,</p>
<p>     Thank you so much. its very informative and helpful.<br />
     Could you please let me know if you have posted any thing related to Aggregate awareness.</p>
<p>Thanks,<br />
IssKumar</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave Rathbun</title>
		<link>http://www.dagira.com/2007/10/26/index-awareness-part-i-the-basics/comment-page-1/#comment-1298</link>
		<dc:creator>Dave Rathbun</dc:creator>
		<pubDate>Fri, 30 Jul 2010 13:04:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2007/10/26/index-awareness-part-i-the-basics/#comment-1298</guid>
		<description>Hi, &quot;Slide 16&quot; refers to a specific slide in the presentation that you can download, not another blog post.</description>
		<content:encoded><![CDATA[<p>Hi, &#8220;Slide 16&#8243; refers to a specific slide in the presentation that you can download, not another blog post.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BO</title>
		<link>http://www.dagira.com/2007/10/26/index-awareness-part-i-the-basics/comment-page-1/#comment-1295</link>
		<dc:creator>BO</dc:creator>
		<pubDate>Fri, 30 Jul 2010 10:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2007/10/26/index-awareness-part-i-the-basics/#comment-1295</guid>
		<description>Dave, (BO God)

Good Post about IA.
Where is 16th Post. Pls help me out.
(Please see slide 16 for more details, if you are interested.)


Thanks!
Leenu-K</description>
		<content:encoded><![CDATA[<p>Dave, (BO God)</p>
<p>Good Post about IA.<br />
Where is 16th Post. Pls help me out.<br />
(Please see slide 16 for more details, if you are interested.)</p>
<p>Thanks!<br />
Leenu-K</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rafal</title>
		<link>http://www.dagira.com/2007/10/26/index-awareness-part-i-the-basics/comment-page-1/#comment-994</link>
		<dc:creator>Rafal</dc:creator>
		<pubDate>Fri, 22 Jan 2010 18:05:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2007/10/26/index-awareness-part-i-the-basics/#comment-994</guid>
		<description>I am trying to add a primary key to my object but all the buttons on the keys tab are disabled. In my universe I have object A based on stored proc. and object B on a table. I am trying to add a key to object B so that I can use this object to generate lov with key and value pairs. 

I was able to set the key on the same object when I tried that in another universe which does not have sotre proc. based objects. Is it possible to get around this limitation?</description>
		<content:encoded><![CDATA[<p>I am trying to add a primary key to my object but all the buttons on the keys tab are disabled. In my universe I have object A based on stored proc. and object B on a table. I am trying to add a key to object B so that I can use this object to generate lov with key and value pairs. </p>
<p>I was able to set the key on the same object when I tried that in another universe which does not have sotre proc. based objects. Is it possible to get around this limitation?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JPetlev</title>
		<link>http://www.dagira.com/2007/10/26/index-awareness-part-i-the-basics/comment-page-1/#comment-989</link>
		<dc:creator>JPetlev</dc:creator>
		<pubDate>Tue, 19 Jan 2010 18:43:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2007/10/26/index-awareness-part-i-the-basics/#comment-989</guid>
		<description>Did you ever create the followup Blog Post? I can&#039;t seem to locate it in your Search...</description>
		<content:encoded><![CDATA[<p>Did you ever create the followup Blog Post? I can&#8217;t seem to locate it in your Search&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tijl</title>
		<link>http://www.dagira.com/2007/10/26/index-awareness-part-i-the-basics/comment-page-1/#comment-260</link>
		<dc:creator>Tijl</dc:creator>
		<pubDate>Thu, 10 Jul 2008 13:21:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.dagira.com/2007/10/26/index-awareness-part-i-the-basics/#comment-260</guid>
		<description>Hi Dave, i saw your presentation in Berlin earlier this year, and was fascinated by it.  Intrigued as well, especially by the index awareness bit.  I try to use it in my work, but currently i&#039;m designing on top of a database which has many tables with a multicolumn primary key.  And i can&#039;t get it to work.
Do you have any idea of what to do in this case?

Thanks,
Tijl</description>
		<content:encoded><![CDATA[<p>Hi Dave, i saw your presentation in Berlin earlier this year, and was fascinated by it.  Intrigued as well, especially by the index awareness bit.  I try to use it in my work, but currently i&#8217;m designing on top of a database which has many tables with a multicolumn primary key.  And i can&#8217;t get it to work.<br />
Do you have any idea of what to do in this case?</p>
<p>Thanks,<br />
Tijl</p>
]]></content:encoded>
	</item>
</channel>
</rss>

