-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Collection iteration optimization #115
Commits on Feb 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 82392b4 - Browse repository at this point
Copy the full SHA 82392b4View commit details
Commits on Mar 27, 2024
-
this works out to ~1000 dump files if iteration takes one week, which seems sane
Configuration menu - View commit details
-
Copy full SHA for 3f0bde5 - Browse repository at this point
Copy the full SHA 3f0bde5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 56750ce - Browse repository at this point
Copy the full SHA 56750ceView commit details -
switch ancestry from json dump to pickle dump
also fixes a bug in the test where expected content was compared with itself rather than the actual output
Configuration menu - View commit details
-
Copy full SHA for 2eb33cd - Browse repository at this point
Copy the full SHA 2eb33cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b3a4f7 - Browse repository at this point
Copy the full SHA 5b3a4f7View commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 48db330 - Browse repository at this point
Copy the full SHA 48db330View commit details -
improve query progress logging
does not update deprecated scroll-based implementation
Configuration menu - View commit details
-
Copy full SHA for 8f0cebb - Browse repository at this point
Copy the full SHA 8f0cebbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a001d52 - Browse repository at this point
Copy the full SHA a001d52View commit details -
fix consumable iterator, as null-ancestry metadata still needs to be …
…written for bundles
Configuration menu - View commit details
-
Copy full SHA for b4dbdc2 - Browse repository at this point
Copy the full SHA b4dbdc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 53e1d66 - Browse repository at this point
Copy the full SHA 53e1d66View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2da05ba - Browse repository at this point
Copy the full SHA 2da05baView commit details -
Revert "remove deprecated non-chunked ancestry processing"
This reverts commit a001d52.
Configuration menu - View commit details
-
Copy full SHA for c813e0e - Browse repository at this point
Copy the full SHA c813e0eView commit details
Commits on Apr 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 410aee1 - Browse repository at this point
Copy the full SHA 410aee1View commit details -
[fatally broken] improve handling of registry-refs pages where collec…
…tion does not exist in registry
Configuration menu - View commit details
-
Copy full SHA for fe3ecbb - Browse repository at this point
Copy the full SHA fe3ecbbView commit details -
implement intentional skipping of secondary-collection registry-refs …
…pages during ancestry
Configuration menu - View commit details
-
Copy full SHA for c2c70aa - Browse repository at this point
Copy the full SHA c2c70aaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 691769e - Browse repository at this point
Copy the full SHA 691769eView commit details -
squash! [fatally broken] improve handling of registry-refs pages wher…
…e collection does not exist in registry
Configuration menu - View commit details
-
Copy full SHA for 53c5de8 - Browse repository at this point
Copy the full SHA 53c5de8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f9c27d - Browse repository at this point
Copy the full SHA 8f9c27dView commit details -
remove alternate_ids ancestry test case
reverts 9548917 alternate_ids are not considered reliable for this purpose, and the relevant feature requires reimplementation
Configuration menu - View commit details
-
Copy full SHA for 60fd01d - Browse repository at this point
Copy the full SHA 60fd01dView commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for b167982 - Browse repository at this point
Copy the full SHA b167982View commit details -
Configuration menu - View commit details
-
Copy full SHA for ee2a112 - Browse repository at this point
Copy the full SHA ee2a112View commit details
Commits on Apr 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fdfea21 - Browse repository at this point
Copy the full SHA fdfea21View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1a483a7 - Browse repository at this point
Copy the full SHA 1a483a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 31d974b - Browse repository at this point
Copy the full SHA 31d974bView commit details
Commits on Apr 11, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e57d6cc - Browse repository at this point
Copy the full SHA e57d6ccView commit details -
add tests for record/update count
previously, nil records/updates would not cause failure of some test cases
Configuration menu - View commit details
-
Copy full SHA for 3ae1db2 - Browse repository at this point
Copy the full SHA 3ae1db2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c10f268 - Browse repository at this point
Copy the full SHA c10f268View commit details -
Configuration menu - View commit details
-
Copy full SHA for 482146a - Browse repository at this point
Copy the full SHA 482146aView commit details -
Configuration menu - View commit details
-
Copy full SHA for bff5810 - Browse repository at this point
Copy the full SHA bff5810View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5360632 - Browse repository at this point
Copy the full SHA 5360632View commit details -
bulk updates are often taking longer than 90 seconds
Configuration menu - View commit details
-
Copy full SHA for e753e28 - Browse repository at this point
Copy the full SHA e753e28View commit details -
fix assignment of bundle history to LID collection references
aliases are not working, and have been removed
Configuration menu - View commit details
-
Copy full SHA for ab8bd2b - Browse repository at this point
Copy the full SHA ab8bd2bView commit details -
excise behaviour related to aliases/alternate_ids, as this property i…
…s not reliable and should not be used
Configuration menu - View commit details
-
Copy full SHA for c81f2ed - Browse repository at this point
Copy the full SHA c81f2edView commit details -
Configuration menu - View commit details
-
Copy full SHA for dc65c84 - Browse repository at this point
Copy the full SHA dc65c84View commit details
Commits on Apr 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 303b9db - Browse repository at this point
Copy the full SHA 303b9dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for c112482 - Browse repository at this point
Copy the full SHA c112482View commit details -
handle case where registry-refs page erroneously includes collection …
…in list of its own references
Configuration menu - View commit details
-
Copy full SHA for 083b3fe - Browse repository at this point
Copy the full SHA 083b3feView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8a1b86 - Browse repository at this point
Copy the full SHA a8a1b86View commit details
Commits on Apr 14, 2024
-
Merge pull request #116 from NASA-PDS/deferred-partial-updates
Deferred partial updates
Configuration menu - View commit details
-
Copy full SHA for 7c4c1ed - Browse repository at this point
Copy the full SHA 7c4c1edView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b09ce6 - Browse repository at this point
Copy the full SHA 1b09ce6View commit details