-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Version 1.2.3. Updates of large collections now needs less memory.
Until this version, for updates the complete iterator, resulting in all documents contained in one file, 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.
- Loading branch information
Showing
2 changed files
with
53 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters