Data movement during Partitioning in azure sql database

Parvinder Tomar 146 Reputation points
2023-07-26T16:41:53.4366667+00:00

I have tested my partitioned table in range left and also in range right schemes, but I see data movement happening during the merge and split partition phases.

I do not want data movement. What should I do?

Azure SQL Database
{count} votes

1 answer

Sort by: Most helpful
  1. Parvinder Tomar 146 Reputation points
    2023-07-31T13:07:43.9266667+00:00

    @SSingh-MSFT Yes, I found the solution.

    The solution is to have an empty partition on each side just before I did Split-Merge partitions.

    1 person found this answer helpful.
    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.