adspace


What is partition index in sql server?

Answer Posted / Dhanvendra Shukla

A partitioned index in SQL Server allows for efficient management of large datasets by dividing an index into smaller, more manageable pieces called partitions. This helps improve query performance and maintenance tasks like rebuilding or reorganizing the indexes. Partitioning can be done based on various factors such as range (partitioning based on a column's value), list (creating partitions for specific values), and round robin (equally distributing data across multiple partitions).

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is sql server query analyzer?

1128


Is it possible to have clustered index on separate drive from original table location?

1040


How do I start sql server 2017?

1015


do you know how to configure db2 side of the application? : Sql server database administration

1124


What is an indexed view?

1022


what is the difference between openrowset and openquery?

1194


What are the properties of the transaction?

1073


Can we shrink data file in sql server?

1128


What is a coalesce function?

1283


What is the difference between for xml raw and for xml auto?

1117


What is self contained sub query?

1140


How do I find query history in sql server?

1024


What is a scheduled job or what is a scheduled task?

1039


What are the pros and cons of putting a scalar function in a queries select list or in the where clause?

1299


What is standby servers? Explain types of standby servers.

1079