partitioning column

  • What is meant by partitioning column? Can any one explain me I'm confused.

    Thanks,

    Raghu

  • i think you mean the column in which you choose to partition by.

    in partitioning, you choose a column in which to define the partition range. so if you have a column DateCreated, you would set a partition to use a range of years or months.

    if it was a int or bigint column, you would define a range of numbers (like 1 - 100000) as a partition range.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply