Skip to content
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

MODSOURCE-664 move flattening of parsed records into the module #556

Draft
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

okolawole-ebsco
Copy link
Contributor

Purpose

Improve reliability of the database to handle more concurrent requests & more efficient processing of incoming source records when scaling up more instances of SRS.

Approach

We need to lift a bunch of processing out of the database where feasible. Flattening a parsed record in a module instance instead of the database will be a step in the right direction. This will allow the expensive flattening processes to be executed on cheaper & more scalable compute platform and free up the database to focus on persistence for domains of FOLIO.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants