<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: SQL SERVER &#8211; Video &#8211; Performance Improvement in Columnstore Index</title>
	<atom:link href="http://blog.sqlauthority.com/2011/11/07/sql-server-video-performance-improvement-in-columnstore-index/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.sqlauthority.com/2011/11/07/sql-server-video-performance-improvement-in-columnstore-index/</link>
	<description>SQL, SQL Server, MySQL, Big Data and NoSQL</description>
	<lastBuildDate>Tue, 18 Jun 2013 01:32:17 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: SQL SERVER &#8211; Beginning New Weekly Series &#8211; Memory Lane &#8211; #002 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2011/11/07/sql-server-video-performance-improvement-in-columnstore-index/#comment-371928</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Beginning New Weekly Series &#8211; Memory Lane &#8211; #002 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sat, 10 Nov 2012 01:31:43 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=15635#comment-371928</guid>
		<description><![CDATA[[...] a detailed blog post about how Update works with Columnstore Index. Additionally, you can watch a Quick Video on this [...]]]></description>
		<content:encoded><![CDATA[<p>[...] a detailed blog post about how Update works with Columnstore Index. Additionally, you can watch a Quick Video on this [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Identify Columnstore Index Usage from Execution Plan &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2011/11/07/sql-server-video-performance-improvement-in-columnstore-index/#comment-281758</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Identify Columnstore Index Usage from Execution Plan &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Fri, 04 May 2012 01:30:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=15635#comment-281758</guid>
		<description><![CDATA[[...] SQL SERVER – Video – Performance Improvement in Columnstore Index [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL SERVER – Video – Performance Improvement in Columnstore Index [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Santosh</title>
		<link>http://blog.sqlauthority.com/2011/11/07/sql-server-video-performance-improvement-in-columnstore-index/#comment-253395</link>
		<dc:creator><![CDATA[Santosh]]></dc:creator>
		<pubDate>Fri, 17 Feb 2012 05:01:33 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=15635#comment-253395</guid>
		<description><![CDATA[Hi,

That was really informative messages. Thank you very much sharing.

I&#039;ve created NonClustered Index (IDX_x) and COLUMNSTORE INDEX (idx_csi).

Once I run SELECT query with NonClustered Index, the query takes 30 secs to execute and COLUMNSTORE INDEX takes around 2 seconds to execute.

But, if I try to run the NonClustered Index once again, surprisingly it takes only 2-3 seconds to run the query. So my question is once COLUMNSTORE INDEX is created and ran, is there any mechanism which stores the searched data in memory and will be used later if required. Let me know how it works.

Thanks,

Santosh]]></description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>That was really informative messages. Thank you very much sharing.</p>
<p>I&#8217;ve created NonClustered Index (IDX_x) and COLUMNSTORE INDEX (idx_csi).</p>
<p>Once I run SELECT query with NonClustered Index, the query takes 30 secs to execute and COLUMNSTORE INDEX takes around 2 seconds to execute.</p>
<p>But, if I try to run the NonClustered Index once again, surprisingly it takes only 2-3 seconds to run the query. So my question is once COLUMNSTORE INDEX is created and ran, is there any mechanism which stores the searched data in memory and will be used later if required. Let me know how it works.</p>
<p>Thanks,</p>
<p>Santosh</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SQL SERVER &#8211; Difference between Create Index &#8211; Drop Index &#8211; Rebuild Index &#8211; Quiz &#8211; Puzzle &#8211; 21 of 31 &#171; SQL Server Journey with SQL Authority</title>
		<link>http://blog.sqlauthority.com/2011/11/07/sql-server-video-performance-improvement-in-columnstore-index/#comment-242018</link>
		<dc:creator><![CDATA[SQL SERVER &#8211; Difference between Create Index &#8211; Drop Index &#8211; Rebuild Index &#8211; Quiz &#8211; Puzzle &#8211; 21 of 31 &#171; SQL Server Journey with SQL Authority]]></dc:creator>
		<pubDate>Sun, 22 Jan 2012 01:31:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=15635#comment-242018</guid>
		<description><![CDATA[[...] SQL Server Interview Questions and Answers ISBN: 1466405643 Page#149 Unused Index Script – Download Missing Index Script – Download Disable Clustered Index and Data Insert Generate Report for Index Physical Statistics – SSMS Understanding ALTER INDEX ALL REBUILD with Disabled Clustered Index Disabled Index and Index Levels and B-Tree Index Levels, Page Count, Record Count and DMV &#8211; sys.dm_db_index_physical_stats Size of Index Table for Each Index – Solution 2 Computed Columns – Index and Performance Index Created on View not Used Often – Limitation of the View 12 Video – Performance Improvement in Columnstore Index [...]]]></description>
		<content:encoded><![CDATA[<p>[...] SQL Server Interview Questions and Answers ISBN: 1466405643 Page#149 Unused Index Script – Download Missing Index Script – Download Disable Clustered Index and Data Insert Generate Report for Index Physical Statistics – SSMS Understanding ALTER INDEX ALL REBUILD with Disabled Clustered Index Disabled Index and Index Levels and B-Tree Index Levels, Page Count, Record Count and DMV &#8211; sys.dm_db_index_physical_stats Size of Index Table for Each Index – Solution 2 Computed Columns – Index and Performance Index Created on View not Used Often – Limitation of the View 12 Video – Performance Improvement in Columnstore Index [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SUBBAREDDY</title>
		<link>http://blog.sqlauthority.com/2011/11/07/sql-server-video-performance-improvement-in-columnstore-index/#comment-231958</link>
		<dc:creator><![CDATA[SUBBAREDDY]]></dc:creator>
		<pubDate>Thu, 05 Jan 2012 18:18:26 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=15635#comment-231958</guid>
		<description><![CDATA[Hi sir,
Here is one more scenario as

You have a Table called Employees with following Columns
EmployeeID INT
EmployeeName VARCHAR(256)
Salary MONEY
DeptID SMALLINT

The table has following Indexes created on it
1. Clustered Index on EmployeeID
2. Non Clustered Index on EmployeeName
3. Non Clustered Index on DeptID

The Employees tables has over 10 million rows.
You want to get the count of Employees, for which you write the following query

SELECT COUNT(*) FROM Employees

What will be the likely query plan for above query? Which index will SQL SERVER use in above query? Please give an explanation for your answer.
	
please help me in detailed manner

regard]]></description>
		<content:encoded><![CDATA[<p>Hi sir,<br />
Here is one more scenario as</p>
<p>You have a Table called Employees with following Columns<br />
EmployeeID INT<br />
EmployeeName VARCHAR(256)<br />
Salary MONEY<br />
DeptID SMALLINT</p>
<p>The table has following Indexes created on it<br />
1. Clustered Index on EmployeeID<br />
2. Non Clustered Index on EmployeeName<br />
3. Non Clustered Index on DeptID</p>
<p>The Employees tables has over 10 million rows.<br />
You want to get the count of Employees, for which you write the following query</p>
<p>SELECT COUNT(*) FROM Employees</p>
<p>What will be the likely query plan for above query? Which index will SQL SERVER use in above query? Please give an explanation for your answer.</p>
<p>please help me in detailed manner</p>
<p>regard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SUBBAREDDY</title>
		<link>http://blog.sqlauthority.com/2011/11/07/sql-server-video-performance-improvement-in-columnstore-index/#comment-231955</link>
		<dc:creator><![CDATA[SUBBAREDDY]]></dc:creator>
		<pubDate>Thu, 05 Jan 2012 18:13:09 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=15635#comment-231955</guid>
		<description><![CDATA[Hi sir,
can you please guide me the process of index works,in the below is one scenario
as

CREATE TABLE DEPT(deptid NUMBER(4) PRIMARY KEY, deptname CHAR(10));
CREATE INDEX dept_deptname_idx ON DEPT(deptname);
/* The DEPT table contains 10,000 rows and the .deptname column contains 10 unique values that are evenly distributed. */

Based on the scenario above, which query needs to use the dept_deptname_idx index?

    SELECT deptid FROM DEPT WHERE deptid  1234;
    SELECT deptid FROM DEPT WHERE deptname = &#039;SALES&#039;;
    SELECT DISTINCT deptid FROM DEPT;
    SELECT deptid FROM DEPT WHERE deptname  &#039;SALES&#039;;
    SELECT deptid FROM DEPT WHERE deptid &lt; 1234;

please answer it and give me the how and why is pocessing

regard]]></description>
		<content:encoded><![CDATA[<p>Hi sir,<br />
can you please guide me the process of index works,in the below is one scenario<br />
as</p>
<p>CREATE TABLE DEPT(deptid NUMBER(4) PRIMARY KEY, deptname CHAR(10));<br />
CREATE INDEX dept_deptname_idx ON DEPT(deptname);<br />
/* The DEPT table contains 10,000 rows and the .deptname column contains 10 unique values that are evenly distributed. */</p>
<p>Based on the scenario above, which query needs to use the dept_deptname_idx index?</p>
<p>    SELECT deptid FROM DEPT WHERE deptid  1234;<br />
    SELECT deptid FROM DEPT WHERE deptname = &#8216;SALES&#8217;;<br />
    SELECT DISTINCT deptid FROM DEPT;<br />
    SELECT deptid FROM DEPT WHERE deptname  &#8216;SALES&#8217;;<br />
    SELECT deptid FROM DEPT WHERE deptid &lt; 1234;</p>
<p>please answer it and give me the how and why is pocessing</p>
<p>regard</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shami</title>
		<link>http://blog.sqlauthority.com/2011/11/07/sql-server-video-performance-improvement-in-columnstore-index/#comment-230489</link>
		<dc:creator><![CDATA[Shami]]></dc:creator>
		<pubDate>Tue, 03 Jan 2012 06:48:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=15635#comment-230489</guid>
		<description><![CDATA[Greetings Sir,..

I faced these in interview,but still have confusions, pls let me clear..

* Will Group function ignore null values?
* Declaring a column (for which we gonna create index)as not null or using indexed column in queries often,which will improve the performance of an index?
*its commonly said that,views and synonyms will get dropped after dropping relevant table..but it becomes invalid and not dropped..only constrains,indexes will get dropped..Am i right??]]></description>
		<content:encoded><![CDATA[<p>Greetings Sir,..</p>
<p>I faced these in interview,but still have confusions, pls let me clear..</p>
<p>* Will Group function ignore null values?<br />
* Declaring a column (for which we gonna create index)as not null or using indexed column in queries often,which will improve the performance of an index?<br />
*its commonly said that,views and synonyms will get dropped after dropping relevant table..but it becomes invalid and not dropped..only constrains,indexes will get dropped..Am i right??</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen</title>
		<link>http://blog.sqlauthority.com/2011/11/07/sql-server-video-performance-improvement-in-columnstore-index/#comment-227823</link>
		<dc:creator><![CDATA[Praveen]]></dc:creator>
		<pubDate>Thu, 29 Dec 2011 06:48:46 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=15635#comment-227823</guid>
		<description><![CDATA[I want know  about sql server certification]]></description>
		<content:encoded><![CDATA[<p>I want know  about sql server certification</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Praveen</title>
		<link>http://blog.sqlauthority.com/2011/11/07/sql-server-video-performance-improvement-in-columnstore-index/#comment-227821</link>
		<dc:creator><![CDATA[Praveen]]></dc:creator>
		<pubDate>Thu, 29 Dec 2011 06:47:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=15635#comment-227821</guid>
		<description><![CDATA[Sir Please Guide me that I want to do certification in sql server so to do study and preparation of Exams]]></description>
		<content:encoded><![CDATA[<p>Sir Please Guide me that I want to do certification in sql server so to do study and preparation of Exams</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijayaraghavan</title>
		<link>http://blog.sqlauthority.com/2011/11/07/sql-server-video-performance-improvement-in-columnstore-index/#comment-227727</link>
		<dc:creator><![CDATA[Vijayaraghavan]]></dc:creator>
		<pubDate>Thu, 29 Dec 2011 03:20:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.sqlauthority.com/?p=15635#comment-227727</guid>
		<description><![CDATA[It was a good demo on benefits of ColumnStore index. I have a few queries
a. Could you also explain when one should go for such an index? 
b. is it only when I have aggregate functions used on my tables (in my stored procedures or queries)? or 
c. does it provide benefit even if I don&#039;tr have aggregate functions used?
d. Is the order of columns that make up the Index keys important in ColumnStore index also?

Thanks
Vijayaraghavan @ Chennai]]></description>
		<content:encoded><![CDATA[<p>It was a good demo on benefits of ColumnStore index. I have a few queries<br />
a. Could you also explain when one should go for such an index?<br />
b. is it only when I have aggregate functions used on my tables (in my stored procedures or queries)? or<br />
c. does it provide benefit even if I don&#8217;tr have aggregate functions used?<br />
d. Is the order of columns that make up the Index keys important in ColumnStore index also?</p>
<p>Thanks<br />
Vijayaraghavan @ Chennai</p>
]]></content:encoded>
	</item>
</channel>
</rss>
