Skip to content

Commit

Permalink
explicitly adding docs for destination item size control
Browse files Browse the repository at this point in the history
  • Loading branch information
hulmanaseer00 committed Dec 4, 2024
1 parent b4d807f commit 93ada50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/website/docs/reference/performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ Below, we set files to rotate after 100,000 items written or when the filesize e

<!--@@@DLT_SNIPPET ./performance_snippets/toml-snippets.toml::file_size_toml-->

### Controlling destination items sizes
As mentioned above, `dlt` uses the the same files created between **normalize** and **load** for loading to the destination. You can therefore control the destination items' sizes by controlling the maximum single file size or enabling rotation at the **normalize** stage as demonstrated in the snippet above.


### Disabling and enabling file compression
Expand Down

0 comments on commit 93ada50

Please sign in to comment.