# Rules for partitioning

When you use partitioning, the logic used for distribution, repartitioning, and buffer allocations will be dependent upon the following rules:

* A partitioned step causes one step copy to be executed per partition in the partition schema.
* When a step needs to repartition the data, the step creates buffers (row sets) from each source step copy to each target step copy (partition).
* When rows of data pass from a non-partitioned step to a partitioned one, data is repartitioned and extra buffers are allocated.
* When rows of data, partitioned with the same partition schema, pass from a partitioned step to another partitioned step, data is not repartitioned.
* When rows of data, partitioned with a different partition schema, pass from a partitioned step to another partitioned step, data is repartitioned.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.pentaho.com/pdia-data-integration/10.2-data-integration/advanced-topics-pentaho-data-integration-overview/partitioning-data/use-partitioning/rules-for-partitioning.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
