SQL Server Table Partitioning, what is happening behind the scenes?
Posted
by
user404463
on Stack Overflow
See other posts from Stack Overflow
or by user404463
Published on 2011-01-19T13:49:22Z
Indexed on
2011/02/25
23:25 UTC
Read the original article
Hit count: 323
I'm working with table partitioning on extremely large fact table in a warehouse. I have executed the script a few different ways. With and without non clustered indexes. With indexes it appears to dramatically expand the log file while without the non clustered indexes it appears to not expand the log file as much but takes more time to run due to the rebuilding of the indexes.
What I am looking for is any links or information as to what is happening behind the scene specifically to the log file when you split a table partition.
© Stack Overflow or respective owner