Details
Assignee
UnassignedUnassignedReporter
Julian LadischJulian LadischLabels
Priority
TBDDevelopment Team
ProkopovychAffects versions
TestRail: Cases
Open TestRail: CasesTestRail: Runs
Open TestRail: Runs
Details
Details
Assignee
Unassigned
UnassignedReporter
Julian Ladisch
Julian LadischLabels
Priority
Development Team
Prokopovych
Affects versions
TestRail: Cases
Open TestRail: Cases
TestRail: Runs
Open TestRail: Runs
Created September 10, 2020 at 11:20 AM
Updated September 23, 2020 at 9:45 AM
MODINVSTOR-514 complains that "Migrating from Fameflower to Goldenrod takes hours".
Go through https://github.com/folio-org/mod-inventory-storage/blob/master/src/main/resources/templates/db_scripts/schema.json and for each index that is not needed change "tOps": "ADD" to "tOps": "DELETE".
An index is not needed if the field no longer exist or if some other index is used.
Example for item barcode: There are 3 indexes: "index", "ginIndex", "fullTextIndex".