Skip to content

v1.2.3

Compare
Choose a tag to compare
@khituras khituras released this 06 Dec 15:08
· 126 commits to master since this release

Updates of large collections now need less memory.

Until this version, each file containing documents to be updated was exhaustively read to
avoid duplicate document IDs in the same update batch which can lead
to primary key violation errors. This has now been broken down
in updating batches up to 10k documents.