microsoft / azure-redcap-paas

Automated deployment of REDCap with Azure Blob storage as the storage back-end
MIT License
28 stars 53 forks source link

Fix REDCap installation performance #28

Open SvenAelterman opened 8 months ago

SvenAelterman commented 8 months ago

Unzip takes too long on blob storage.

Considering mounting Premium file share and unzipping there, then copying files to /home/site

Alternatively, build a REDCap container image

Transferred from https://github.com/kalalvishal/azure-redcap-paas/issues/5

SvenAelterman commented 7 months ago

REDCap deployment time has been improved by downloading and extracting the REDCap zip file to /tmp instead of /home.

Additional improvements might be possible, so leaving this item open for further investigation.