Files
paperless-ngx/docs
Trenton Holmes 1b042d5513 Replaces loaddata with streaming bulk_create
Replaces call_command('loaddata') with a streaming implementation that
reads manifest records one at a time via ijson, accumulates per-model
batches up to --batch-size, and flushes via bulk_create.  This reduces
peak memory and no longer scales directly with the size of the import.
2026-05-04 14:12:48 -07:00
..
2026-04-14 15:11:23 -07:00
2026-04-26 20:20:46 -07:00