|
|
|
SSC-Dedicated
           
Group: Administrators
Last Login: Today @ 4:42 PM
Points: 31,421,
Visits: 13,733
|
|
John Mitchell-245523 (5/9/2011) I discounted Page splits/sec because page splits are also caused by INSERT statements, and therefore if you wanted to measure the rate at which UPDATE statements cause data to be moved, you may get some misleading results.
Have I missed something, or did I misread the question?
John
Hard to tell here. I did ask for movement because of size differentials. I suppose an insert could be argued to cause this and I'll concede here. I've altered the question to say insert and update.
Follow me on Twitter: @way0utwest
 Forum Etiquette: How to post data/code on a forum to get the best help
|
|
|
|
|
Mr or Mrs. 500
      
Group: General Forum Members
Last Login: Friday, March 15, 2013 10:35 AM
Points: 594,
Visits: 654
|
|
Steve Jones - SSC Editor (5/9/2011)
John Mitchell-245523 (5/9/2011) I discounted Page splits/sec because page splits are also caused by INSERT statements, and therefore if you wanted to measure the rate at which UPDATE statements cause data to be moved, you may get some misleading results.
Have I missed something, or did I misread the question?
JohnHard to tell here. I did ask for movement because of size differentials. I suppose an insert could be argued to cause this and I'll concede here. I've altered the question to say insert and update.
Glad you asked the question, John, and that Steve updated before I read it. I would have had the same question. We have had alot of really good questions the last few weeks, although I am not sure if questions that DON'T start a debate are really so great after all :)
Peter Trast Microsoft Certified ...(insert many literal strings here) Microsoft Design Architect with Alexander Open Systems
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Thursday, January 31, 2013 8:01 AM
Points: 1,232,
Visits: 1,046
|
|
Steve Jones - SSC Editor (5/9/2011)
John Mitchell-245523 (5/9/2011) I discounted Page splits/sec because page splits are also caused by INSERT statements, and therefore if you wanted to measure the rate at which UPDATE statements cause data to be moved, you may get some misleading results.
Have I missed something, or did I misread the question?
JohnHard to tell here. I did ask for movement because of size differentials. I suppose an insert could be argued to cause this and I'll concede here. I've altered the question to say insert and update.
Steve- Great question. Glad you updated it. Wish I would have re-read the question after selecting the link in my email. The "Update" and "new structures" wording made me believe the answer was "Extents Allocated/sec".
|
|
|
|
|
Ten Centuries
      
Group: General Forum Members
Last Login: Thursday, January 31, 2013 8:01 AM
Points: 1,232,
Visits: 1,046
|
|
Peter Trast (5/9/2011) We have had alot of really good questions the last few weeks, although I am not sure if questions that DON'T start a debate are really so great after all :)
LOL Peter... did you foget the j/k after that? Seriously though I have to agree. Being able to debate and prove an answer or statement is correct without using misquoted data or invalid jumps in logic is very important when teaching professional adults.
My MCT course had a statement that stuck with me; "Children will believe in anything, Adults require some proof."
|
|
|
|
|
SSCoach
         
Group: General Forum Members
Last Login: Yesterday @ 1:07 PM
Points: 18,733,
Visits: 12,332
|
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Monday, May 13, 2013 11:21 AM
Points: 2,163,
Visits: 2,148
|
|
| Nice question thanks! I agree that more like this would be nice.
|
|
|
|
|
Mr or Mrs. 500
      
Group: General Forum Members
Last Login: Friday, March 15, 2013 10:35 AM
Points: 594,
Visits: 654
|
|
SanDroid (5/9/2011)
Peter Trast (5/9/2011) We have had alot of really good questions the last few weeks, although I am not sure if questions that DON'T start a debate are really so great after all :)LOL Peter... did you foget the j/k after that? Seriously though I have to agree. Being able to debate and prove an answer or statement is correct without using misquoted data or invalid jumps in logic is very important when teaching professional adults. My MCT course had a statement that stuck with me; "Children will believe in anything, Adults require some proof." 
Yeah, I was only half-kidding I don't like how serious some people get when they are trying to make their opinion the winning point of view, BUT an animated discussion reveals alot of deep info.
Peter Trast Microsoft Certified ...(insert many literal strings here) Microsoft Design Architect with Alexander Open Systems
|
|
|
|
|
SSCrazy
      
Group: General Forum Members
Last Login: Today @ 1:06 AM
Points: 2,525,
Visits: 3,618
|
|
Steve Jones - SSC Editor (5/9/2011)
Christian Buettner-167247 (5/9/2011) The answer does not sound right to me. For heaps, there are no page splits, therefore the only counter that gives me the answer for both, indexes & heaps, is the Pages Allocated/sec counter.
While you are correct that page splits do not occur for heaps, it also means that there is no movement to new pages. This isn't pages used for data, the question asked for pages on which data is moved. Hi Steve, when the 2nd row from my example heap is updated, the data of the 2nd row actually is being moved to a new page.
Best Regards,
Chris Büttner
|
|
|
|
|
SSC-Dedicated
           
Group: Administrators
Last Login: Today @ 4:42 PM
Points: 31,421,
Visits: 13,733
|
|
|
|
|