April 5, 2012 at 8:23 am
Hi,
I want to know about fragmentation and defragmentation. Please can any say what is fragmentation and defragmentation and when we use and purpose of this etc.
Thanks in advance.
April 5, 2012 at 8:34 am
Did you try Google or Books Online? Lots of info available.
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
April 5, 2012 at 8:38 am
Third hit on google
==========================================================================================================================
A computer lets you make more mistakes faster than any invention in human history - with the possible exceptions of handguns and tequila. Mitch Ratcliffe
April 5, 2012 at 9:52 am
mohan.bndr (4/5/2012)
I want to know about fragmentation and defragmentation. Please can any say what is fragmentation and defragmentation and when we use and purpose of this etc.
I'm curious. What prompted you to ask this question?
It's worded so broadly that it feels like an interview or homework question, which is why people are responding with "look it up yourself" responses.
April 5, 2012 at 10:06 am
First Google result:
http://www.brentozar.com/archive/2009/02/index-fragmentation-findings-part-1-the-basics/
Jason...AKA CirqueDeSQLeil
_______________________________________________
I have given a name to my pain...MCM SQL Server, MVP
SQL RNNR
Posting Performance Based Questions - Gail Shaw[/url]
Learn Extended Events
April 5, 2012 at 11:15 am
Fragmentation in the database world usually refers to index fragmentation. It happens (usually) because of inserts/updates/deletes of the data that's being indexed. It can slow down use of the table that's being indexed when it gets fragmented, so defragmenting it is about speeding that up.
There's a lot more to the subject. Like when/where/why on defragmentation, and when not/why not as well. There are ways to determine if fragmentation is happening, how much of it there is, and whether it's impacting performance or not.
Are you just trying to get basic definitions, or do you need to go into it in more detail?
- Gus "GSquared", RSVP, OODA, MAP, NMVP, FAQ, SAT, SQL, DNA, RNA, UOI, IOU, AM, PM, AD, BC, BCE, USA, UN, CF, ROFL, LOL, ETC
Property of The Thread
"Nobody knows the age of the human race, but everyone agrees it's old enough to know better." - Anon
April 5, 2012 at 5:14 pm
No worries. I also learned everything online only. I'm not amused by your question. I agree it can be read online. Anyways here a nice link. hope you will have good understanding on Indexex and their ways for maintenance.
http://www.sql-server-performance.com/2011/index-maintenance-performance
Viewing 7 posts - 1 through 6 (of 6 total)
You must be logged in to reply to this topic. Login to reply