---
metadata:
  - name: generator
    content: Diplodoc Platform v5.50.6
alternate:
  - https://ytsaurus.tech/docs/en/user-guide/dynamic-tables/tutorials/dynamic-to-static.md
  - https://ytsaurus.tech/docs/ru/user-guide/dynamic-tables/tutorials/dynamic-to-static.md
---
> **Documentation Index:** Fetch the complete configuration index at https://ytsaurus.tech/docs/en/llms.txt

<!-- source: en/_includes/user-guide/dynamic-tables/tutorials/dynamic-to-static.md -->
# Converting a dynamic table into a static table

1. Create a static table with the same schema and settings as the original dynamic table.
2. Run the `Merge` operation on top of the dynamic table with output to the static table.

To implement the above steps, use the script indicated in the [MapReduce for dynamic tables](https://ytsaurus.tech/docs/en/user-guide/dynamic-tables/mapreduce.md) section.
<!-- endsource: en/_includes/user-guide/dynamic-tables/tutorials/dynamic-to-static.md -->