﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Data Warehousing / Strategies and Ideas  / Indexes on fact table / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Fri, 24 May 2013 23:33:59 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Indexes on fact table</title><link>http://www.sqlservercentral.com/Forums/Topic1337066-363-1.aspx</link><description>As a rule of thumbs it should be an index per each dimension pointing to a specific fact table.Remember that the function of the dimensions is to provide the means to slice-and-dice the measures stored in the fact table therefore a sound indexing strategy is a must.A single index on all dimensions would help only queries using all dimensions to filter/acces the data - which is not usually the case.</description><pubDate>Sat, 04 Aug 2012 13:54:25 GMT</pubDate><dc:creator>PaulB-TheOneAndOnly</dc:creator></item><item><title>RE: Indexes on fact table</title><link>http://www.sqlservercentral.com/Forums/Topic1337066-363-1.aspx</link><description>Which data column did you want to remove exactly?And which column do you want to speed up?Typically, indexes will enhance query performance, if created correctly.</description><pubDate>Mon, 30 Jul 2012 00:09:15 GMT</pubDate><dc:creator>Koen Verbeeck</dc:creator></item><item><title>Indexes on fact table</title><link>http://www.sqlservercentral.com/Forums/Topic1337066-363-1.aspx</link><description>hi my fact table consist of 4 dimensions.  I have a composite primary key on all the 4 dimensions. the time dimension is of 15 minutes and it is one of the dimensins.  i have one more date column says just the date without 15 minutes just to tell which date it is.it has been designed already and now i can't remove the other date column.  and it has been used in reports and other queris.my question is to speed up the activity should i create an index on the same?Thanks,Regards,Ami</description><pubDate>Mon, 30 Jul 2012 00:01:01 GMT</pubDate><dc:creator>Anamika</dc:creator></item></channel></rss>