Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on May 17, 2024. It is now read-only.

v0.3.0 - New algorithm for in-db diffing (joindiff) + tons of new features and bugfixes! #334

erezsh announced in Announcements
Discussion options

Big points:

  • Added a new algorithm for in-db diffing that uses OUTER JOIN, called "joindiff".
    • Much faster than the original "hashdiff" algorithm!
    • Automatically chosen if both dbs are the same
    • Validates that the key column is unique and contains no NULLs (joindiff only)
    • Explicitly switch between algorithms using the --algorithm parameter.
  • New feature to materialize joindiff results to DB
  • New feature that diffs the schemas when both dbs are the same
  • Added DuckDB support (thanks @jardayn!)
  • Better support for alphanumerics
  • Better support for boolean types
  • Added --version switch
  • New and improved database and query interface, named "sqeleton"
  • Tons of bugfixes and improvements!

Read the full release here: https://github.com/datafold/data-diff/releases/tag/v0.3.0

You must be logged in to vote

Replies: 0 comments

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
1 participant

AltStyle によって変換されたページ (->オリジナル) /