Skip to content

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