Skip to content

Commit

Permalink
Added a note for indexing
Browse files Browse the repository at this point in the history
  • Loading branch information
dat-a-man committed Jun 9, 2024
1 parent 285b9df commit 819a787
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/website/docs/general-usage/incremental-loading.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,10 @@ def resource():
...
```

:::note
Indexing is important for doing lookups by column value, especially for merge writes, to ensure acceptable performance in some destinations.
:::

#### Forcing root key propagation

Merge write disposition requires that the `_dlt_id` of top level table is propagated to child
Expand Down

0 comments on commit 819a787

Please sign in to comment.