Open
Description
Description
Single file realm import currently must load the entire file contents, including users, into memory before processing the import. This is made worse due to the to the placeholder expansion logic which holds a full copy of the file bytes in memory as well.
Discussion
No response
Motivation
To more efficiently process single file imports, whether via the admin api, the import command, or import at startup.
Details
No response