-
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
39 - implement ancestry chunking memory optimization #93
Commits on Jan 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4431c64 - Browse repository at this point
Copy the full SHA 4431c64View commit details -
expand AncestryMemoryOptimizedTestCase
now covers case where a collection with no shared member refs exists
Configuration menu - View commit details
-
Copy full SHA for ec39198 - Browse repository at this point
Copy the full SHA ec39198View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1f09c3 - Browse repository at this point
Copy the full SHA a1f09c3View commit details
Commits on Jan 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for d6a8d7a - Browse repository at this point
Copy the full SHA d6a8d7aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3007222 - Browse repository at this point
Copy the full SHA 3007222View commit details -
Configuration menu - View commit details
-
Copy full SHA for a375260 - Browse repository at this point
Copy the full SHA a375260View commit details
Commits on Jan 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ea7c3be - Browse repository at this point
Copy the full SHA ea7c3beView commit details
Commits on Jan 11, 2024
-
implement search-after database query
only applied to some queries, thus far. initial test suggests it may take up to 20% longer, but this may not be the case where pagination is deep
Configuration menu - View commit details
-
Copy full SHA for 0b3830f - Browse repository at this point
Copy the full SHA 0b3830fView commit details -
implement fix to search-after (track_total_hits)
also improves logging
Configuration menu - View commit details
-
Copy full SHA for 84fcd90 - Browse repository at this point
Copy the full SHA 84fcd90View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f9deff - Browse repository at this point
Copy the full SHA 9f9deffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bcc6ed - Browse repository at this point
Copy the full SHA 6bcc6edView commit details -
Configuration menu - View commit details
-
Copy full SHA for f5c6dd0 - Browse repository at this point
Copy the full SHA f5c6dd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for b6eab9a - Browse repository at this point
Copy the full SHA b6eab9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c6e2066 - Browse repository at this point
Copy the full SHA c6e2066View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03cbc53 - Browse repository at this point
Copy the full SHA 03cbc53View commit details -
replace nonaggregate core iteration with more space-efficient mutatio…
…n approach with minimal use of objects
Configuration menu - View commit details
-
Copy full SHA for 279ac94 - Browse repository at this point
Copy the full SHA 279ac94View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01afc35 - Browse repository at this point
Copy the full SHA 01afc35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19bb333 - Browse repository at this point
Copy the full SHA 19bb333View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13ec291 - Browse repository at this point
Copy the full SHA 13ec291View commit details -
Configuration menu - View commit details
-
Copy full SHA for 684d041 - Browse repository at this point
Copy the full SHA 684d041View commit details -
add unlimited max_chunk_size default to ancestry.utils.merge_matching…
…_history_chunks()
Configuration menu - View commit details
-
Copy full SHA for 0e4d666 - Browse repository at this point
Copy the full SHA 0e4d666View commit details -
missing stubs failure persists despite installation of psutil library stubs
Configuration menu - View commit details
-
Copy full SHA for c8c80a7 - Browse repository at this point
Copy the full SHA c8c80a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f7e0eb3 - Browse repository at this point
Copy the full SHA f7e0eb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1331e2 - Browse repository at this point
Copy the full SHA f1331e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f5fef2 - Browse repository at this point
Copy the full SHA 2f5fef2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4daedda - Browse repository at this point
Copy the full SHA 4daeddaView commit details -
implement memory recovery of non-dumped history chunk
this may be causing OOM condition where it should not occur
Configuration menu - View commit details
-
Copy full SHA for 1decf2b - Browse repository at this point
Copy the full SHA 1decf2bView commit details -
cut back default ancestry disk dump memory threshold
this is due to OOM exit on en-prod - either the estimation is off or the task containers are subject to a <100% kill threshold
Configuration menu - View commit details
-
Copy full SHA for 10a8905 - Browse repository at this point
Copy the full SHA 10a8905View commit details
Commits on Jan 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 1a562f7 - Browse repository at this point
Copy the full SHA 1a562f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for df2ed50 - Browse repository at this point
Copy the full SHA df2ed50View commit details