-
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
Poppy upgrade: Investigate using instance.complete_updated_date
to replace instance/holdings/items join
#1332
Comments
Seems like: Poppy added field for timestamp on instance reflecting whether holdings/items have changed. May also require assessing impact on indexing memory issues. |
See comment #1310 |
Tests completed
Based on the caveats this does not fix #980 but it does allow us to clean up some code. |
Couple of things that came up with exploring the data:
One odd thing about the holdings_record is there doesn't seem to be any empty instanceid fields (assuming I queried correctly). Some holdings have same instanceids (see WHERE instanceid = '6b68aea8-2230-52a9-b008-ce8f21309f90') |
Possibly fixes #980
The text was updated successfully, but these errors were encountered: