Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>searchdotnet rulz! check this out:</p> <p><a href="http://www.eggheadcafe.com/forumarchives/SQLServerdatawarehouse/Dec2005/post25052042.asp" rel="nofollow noreferrer">http://www.eggheadcafe.com/forumarchives/SQLServerdatawarehouse/Dec2005/post25052042.asp</a></p> <p>Updated: that link is dead. So here's a better one <a href="http://msdn.microsoft.com/en-us/library/ms345146(SQL.90).aspx#sql2k5parti_topic6" rel="nofollow noreferrer">http://msdn.microsoft.com/en-us/library/ms345146(SQL.90).aspx#sql2k5parti_topic6</a></p> <p>From above:</p> <p>Some of the performance and manageability benefits (of partioned tables) are </p> <ul> <li>Simplify the design and implementation of large tables that need to be partitioned for performance or manageability purposes.</li> <li>Load data into a new partition of an existing partitioned table with minimal disruption in data access in the remaining partitions.</li> <li>Load data into a new partition of an existing partitioned table with performance equal to loading the same data into a new, empty table.</li> <li>Archive and/or remove a portion of a partitioned table while minimally impacting access to the remainder of the table.</li> <li>Allow partitions to be maintained by switching partitions in and out of the partitioned table.</li> <li>Allow better scaling and parallelism for extremely large operations over multiple related tables.</li> <li>Improve performance over all partitions.</li> <li>Improve query optimization time because each partition does not need to be optimized separately. </li> </ul>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload