Skip to content

Commit

Permalink
Add anchor subheading for recon strategy comparison
Browse files Browse the repository at this point in the history
  • Loading branch information
janet-can committed Jan 23, 2024
1 parent b6fd353 commit 200d2f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions soda-cl/recon.md
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,8 @@ The `simple` strategy works by processing record comparisons according to one or

The `deepdiff` strategy works by processing record comparisons of entire datasets by loading all rows into memory at once. This type of processing is more memory-heavy but allows you to work without primary key identifiers, or without specifying any other details about the data to be compared; it is typically slower than the `simple` strategy.

#### Record reconciliation strategy comparison

| | Simple strategy | Deepdiff strategy |
| -- | --------------- | ----------------- |
| Default strategy | ✓ | |
Expand Down

0 comments on commit 200d2f1

Please sign in to comment.