March 14, 2015 at 11:53 am
Comments posted to this topic are about the item Columnstore Indexes
March 14, 2015 at 11:54 am
Nice simple question.
After getting the 23rd Feb question wrong because I forgot that 2012 didn't include clustered columnstore I found this one rather easy.
Tom
March 15, 2015 at 8:02 am
Gr8 question, thanx 🙂
Did anyone tried this feature before? And is there any actual performance gained?
Thanks & Best Regards,
Hany Helmy
SQL Server Database Consultant
March 15, 2015 at 2:22 pm
As Tom Thomson wrote , it was easy to find the 2 good choices after the question of 02/23/2015.
Moreover , I was helped by 2 sessions about Columnstore indexes during the SQL Server days and the TechDays 2014 ( I am happy to have a good remembrance ) even if it is not one of my favorite topics.
So thanks Dawn Strickrott
March 16, 2015 at 2:11 am
Hany Helmy (3/15/2015)
Gr8 question, thanx 🙂Did anyone tried this feature before? And is there any actual performance gained?
I tried just a little. The answer is as usual "depends".
If you query the whole table, there's a gain.
March 16, 2015 at 3:06 am
Can only create nonclustered columnstore index in SQL Server 2012
This makes it seem like you could only create nonclustered columnstore indexes in SQL 2012, but not in 2014. At least how I interpret it 🙂
Anyway, I got it correct as only one single correct answer seemed a bit few.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 16, 2015 at 3:07 am
Carlo Romagnano (3/16/2015)
Hany Helmy (3/15/2015)
Gr8 question, thanx 🙂Did anyone tried this feature before? And is there any actual performance gained?
I tried just a little. The answer is as usual "depends".
If you query the whole table, there's a gain.
The point of columnstore indexes is that there should be a tremendous gain when you only read a few columns, because the columnstore indexes will only read those columns, while traditional row store tables/indexes have to read all rows/pages and filter the unnecessary columns out.
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 16, 2015 at 3:29 am
Got it right! Playing euromillion today! (I work with 2008)
March 16, 2015 at 5:03 am
This was removed by the editor as SPAM
March 16, 2015 at 5:08 am
This was removed by the editor as SPAM
March 16, 2015 at 8:10 am
Thanks for the question!
- webrunner
-------------------
A SQL query walks into a bar and sees two tables. He walks up to them and asks, "Can I join you?"
Ref.: http://tkyte.blogspot.com/2009/02/sql-joke.html
March 16, 2015 at 8:46 am
Koen Verbeeck (3/16/2015)
Can only create nonclustered columnstore index in SQL Server 2012
This makes it seem like you could only create nonclustered columnstore indexes in SQL 2012, but not in 2014. At least how I interpret it 🙂
Yup, same interpretation here. I spent a few seconds trying to figure out if someone would be so tricky as to provide only one correct answer, and decided that they might.
C'est la vie.
🙂
March 16, 2015 at 9:17 am
Jacob Wilkins (3/16/2015)
Koen Verbeeck (3/16/2015)
Can only create nonclustered columnstore index in SQL Server 2012
This makes it seem like you could only create nonclustered columnstore indexes in SQL 2012, but not in 2014. At least how I interpret it 🙂
Yup, same interpretation here. I spent a few seconds trying to figure out if someone would be so tricky as to provide only one correct answer, and decided that they might.
C'est la vie.
🙂
You have no faith in people 😀
Need an answer? No, you need a question
My blog at https://sqlkover.com.
MCSE Business Intelligence - Microsoft Data Platform MVP
March 16, 2015 at 11:31 am
..
ww; Raghu
--
The first and the hardest SQL statement I have wrote- "select * from customers" - and I was happy and felt smart.
March 16, 2015 at 11:34 am
Koen Verbeeck (3/16/2015)
Carlo Romagnano (3/16/2015)
Hany Helmy (3/15/2015)
Gr8 question, thanx 🙂Did anyone tried this feature before? And is there any actual performance gained?
I tried just a little. The answer is as usual "depends".
If you query the whole table, there's a gain.
The point of columnstore indexes is that there should be a tremendous gain when you only read a few columns, because the columnstore indexes will only read those columns, while traditional row store tables/indexes have to read all rows/pages and filter the unnecessary columns out.
+1
(fyi. just posted your statistical mode calculation post on linkedin, very helpful, thank for the article)
ww; Raghu
--
The first and the hardest SQL statement I have wrote- "select * from customers" - and I was happy and felt smart.
Viewing 15 posts - 1 through 15 (of 25 total)
You must be logged in to reply to this topic. Login to reply