You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix: SQLite "too many SQL variables" error in Importer (#97)
* Optimize batch processing in Importer by chunking items into smaller batches of 500 for improved performance during import operations.
* Enhance batch processing in Importer to track current and total batches, ensuring UpdateCollectionTreeJob is dispatched only after the final batch is processed.
* Keep track of multiple batch IDs
* Chunk items into batches & dispatch `UpdateCollectionTreeJob` once all batches have finished
* Chunks of 500
* Code formatting
---------
Co-authored-by: Duncan McClean <[email protected]>
0 commit comments