Details
-
Tech Debt
-
Status: Open (View Workflow)
-
P3
-
Resolution: Unresolved
-
None
-
None
Description
We need performant bulk import of users for both migration and ongoing operations.
The current user import module submits users one-by-one, which is rather slow at a scale of, say, 90K users, especially when trying to test data loading at scale. SysOps foresees similar issues with loading data into other modules.
There are two general scenarios:
- At migration time, sites will need to do an initial bulk import from their existing systems, and new UUIDs will somehow need to be minted as part of the migration process.
- In ongoing operations, sites will do regular bulk updates from their campus identity management (IdM) infrastructure to refresh their campus users. In this case, existing UUIDs and some internal FOLIO fields will need to be preserved.
The migration scenario here seems like a special case of the bulk import to support operations.
There will be a need for bulk imports across FOLIO modules for both migration and operations. Users seems like a good starting point to consider some common strategies or techniques for bulk import that could inform best practices for project as a whole.
This is related to MODUSERS-3.
TestRail: Results
Attachments
Issue Links
- blocks
-
FOLIO-1470 Add mod-user-import to snapshot build
-
- Closed
-
- defines
-
UXPROD-2873 Mod-user-import stabilization
-
- Open
-
- is blocked by
-
MODPERMS-46 Creating empty permission set during bulk user import has low performance
-
- Blocked
-
-
MODUSERS-85 Improve performance of getting users by externalUserId
-
- Closed
-
- relates to
-
MODUSERS-3 Add bulk-loading functionality to mod-users
-
- Closed
-
-
UXPROD-850 Migration Tools
-
- Open
-