Sign In
SQL Server Storage Engine
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
Backup
Bulk Import/Export
Concurrency
Conferences 2007
Data Compression
Database Mirroring
DBCC
DBCC CHECKDB Series
Disaster Recovery
FILESTREAM
General
High Availability
Index Fragmentation Series
On-Disk Structures
Restore
Service Level Agreements
Shrink
SMB
SQL Express
SQL Server 2008
SQL Server IO
SQL Server Security
TechEd 2006
TechEd 2008
TempDB
VarDecimal Storage Format
VLDB Maintenance
Browse by Tags
MSDN Blogs
>
SQL Server Storage Engine
>
All Tags
>
index fragmentation series
Tagged Content List
Blog Post:
Changes to sp_estimate_data_compression_savings stored procedure in SQL2008R2
Sunil Agarwal
When you compress an object (index or table or partition), there are two components of space savings that you get. First component is fragmentaton (i.e. the original object might have been fragmented). The object gets degragmented as part of doing compression so you get some space savings. Second component...
on
16 Sep 2009
Blog Post:
Example: Index fragmentation with insert/updates, measuring it and fixing it
Sunil Agarwal
This blog shows a very simple example to illustrate data fragmentation, measuring it, seeing behind the scene data and steps to address it. I recommend reading the overall series on index fragementation at http://blogs.msdn.com/sqlserverstorageengine/archive/tags/Index+Fragmentation+Series/default.aspx...
on
29 Feb 2008
Blog Post:
How can you tell if an index is being used?
Paul Randal - MSFT
Whenever I’m discussing index maintenance, and specifically fragmentation, I always make a point of saying ‘Make sure the index is being used before doing anything about fragmentation’ . If an index isn’t being used very much, but has very low page density (lots of free space in the index pages...
on
20 Apr 2007
Blog Post:
More undocumented fun: DBCC IND, DBCC PAGE, and off-row columns
Paul Randal - MSFT
(Final blog post of the year for me. Its been a bit of a wild ride the last 6 months - 7 TechEds on 3 continents, 46 blog posts and some major life changes - but now things have calmed down and I should be back to more regular posting in 2007. Tomorrow I fly out to Wakatobi in Indonesia to go diving...
on
13 Dec 2006
Blog Post:
When can allocation order scans be used?
Paul Randal - MSFT
I know this is jumping the gun a little as I haven't made it this far in my series on fragmentation , but this came up in a chalk-talk I did yesterday at TechEd Developers in Barcelona and is worth blogging about. You'd expect a select * from mytable query on a table with a clustered index to use...
on
8 Nov 2006
Blog Post:
Fragmentation (part 4): what are heaps?
Paul Randal - MSFT
Ok - really catching up with the various blog post series I started back in June/July - time to bang out the next few posts in the series on index fragmentation. Remember I'm starting from first principles and covering What are records? What are pages? What are extents? What is a heap...
on
18 Sep 2006
Blog Post:
Fragmentation (part 3): What are extents?
Paul Randal - MSFT
(Ok - another flight - another blog post. This time its Boston back to Seattle. The three of us who'd come over for the training course upgraded to 1st Class on Alaska for the flight back (great value at $100 for a 6-hour flight) and so there's oodles of room for laptops, newspapers, and long legs) ...
on
28 Jun 2006
Blog Post:
Fragmentation (part 2): What are pages?
Paul Randal - MSFT
(Boston continues its reputation - with me at least - for great seafood - calamari and pan-seared fresh halibut this evening. Yum! I was tempted to get on the T - Boston's subway system - and see what's happening downtown but with no jacket I'd get wet. So, instead I'll be boring and geeky and write...
on
25 Jun 2006
Blog Post:
Fragmentation (part 1): What are records?
Paul Randal - MSFT
This blogging thing sucks you in, doesn't it? Not content with having an ongoing series on disaster recovery and CHECKDB (with another 6 and 25 more posts planned respectively), I'm starting a new series on fragmentation. This will begin from first principles and work up, in approximately 18 posts over...
on
23 Jun 2006
Page 1 of 1 (9 items)