Sequence Project Showplan Operator sequence mapping operators

Source: Internet
Author: User

Sequence Project Showplan Operator sequence mapping operators

The sequence map operator performs the calculation from a sorted collection by adding the columns in the collection.

The operator divides the input collection into multiple fragments based on the values of one or more columns. The operator then outputs one fragment at a time.

These columns are displayed as parameters in the sequence mapping operator.

SQL Server supports four types of functions: RANK, Dense_rank, row_number, NTILE

The sequence map generates an execution plan with ( a sequence map ) and ( two fragments )

The Sequence Project operator adds columns to perform computations over an ordered set. It divides the input set into segments based on the value of one or more columns. The operator then outputs one segment at a time. These columns is shown as arguments in the Sequence Project operator.

Microsoft SQL Server supports four types of functions: RANK, Dense_rank, row_number, and NTILE. Sequence Projectwill generate plans that has a Sequence Project and generally both segments.

Sequence Project is a physical and a logical operator.

https://msdn.microsoft.com/en-us/library/ms187041 (v=sql.105). aspx

Sequence Project Showplan Operator sequence mapping operators

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.