Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Date

Attendees

Carol Sterenberg, Jeff Fleming, Ian Walls, Lloyd Chittenden  Brooks Travis, Jer


Meeting Link

...

Discussion items

Time

Item

Who

Notes


Optimisitic Optimistic locking workarounds


Could disable all through testing phase, and always set _version = 1.  Or at least could test this.  Did anyone (especially Stanford) try this?


Stanford created an Airflow DAG for dropping the OL triggers for inventory tables, monitors running migration jobs, and restores the OL triggers after 5 minutes have elapsed since the last active migration job. Will be testing starting today.


Migration status/checkin
  • ByWater bringing up/migration small library to FOLIO this weekend
  • Stanford University Libraries were experiencing very poor performance with our on-prem Postgres database. Spending weeks trying different options/asking for help from the FOLIO community, here is summary of the different things we tried:

    • Move Postgres out of Kubernetes onto it's own VM
    • Drop inventory indices for Instances, Holdings, and Items
    • Drop SRS indexes
    • Drop SRS triggers
    • Upgrade an AWS FOLIO instance, Lotus and the SRS ingestion magnitudes better than our local Postgres

    After comparing the AWS RDS settings with our Postgres settings, we noticed that RDS had Just-in-Time turned off while our on-prem instances had JIT enabled. Turning off JIT locally fixed our issues!


Loading loans

For renewals, Have you tried migrating the loans as though they were were new and then changing both the loanDate and the dueDate via PUT, along with renewals count? That should avoid the immediate age-to-lost issue, and you don't have to create historical calendars to cover all of you possible loanDates. Your loan action history will indicate the change, but you should also be able to add an action comment when you make the update indicating that it was a migrated loan. This is roughly the technique used in folio_migration_tools .









Action items

  •