adiom-data / dsync

Database synchronization tool
https://adiom.io
GNU Affero General Public License v3.0
5 stars 1 forks source link

BSON hashing takes into account field order #103

Closed adiom-mark closed 3 weeks ago

adiom-mark commented 3 weeks ago

This addresses the issue of dictionary fields in a bson being reordered.

This does not yet address that sink side read plan needs to be factored in, which is a separate issue.