Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit a352b14

Browse files
authored
Merge pull request #17321 from WilliamAntonRohm/issue-5516
sql-docs/issues/5516 -- clarify partitioning
2 parents 267aa82 + 4c6df1e commit a352b14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/relational-databases/partitions/partitioned-tables-and-indexes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ In addition, you can improve performance by enabling lock escalation at the part
4242
The following terms are applicable to table and index partitioning.
4343

4444
### Partition function
45-
A database object that defines how the rows of a table or index are mapped to a set of partitions based on the values of certain column, called a partitioning column. That is, the partition function defines the number of partitions that the table will have and how the boundaries of the partitions are defined. For example, given a table that contains sales order data, you may want to partition the table into twelve (monthly) partitions based on a **datetime** column such as a sales date.
45+
A database object that defines how the rows of a table or index are mapped to a set of partitions based on the values of a certain column, called a partitioning column. Each value in the partitioning column is an input to the partitioning function, which returns a partition value. The partition function defines the number of partitions and the partition boundaries that the table will have. For example, given a table that contains sales order data, you may want to partition the table into twelve (monthly) partitions based on a **datetime** column such as a sales date.
4646

4747
### Partition scheme
4848
A database object that maps the partitions of a partition function to a set of filegroups. The primary reason for placing your partitions on separate filegroups is to make sure that you can independently perform backup operations on partitions. This is because you can perform backups on individual filegroups.

0 commit comments

Comments
 (0)