/
File uploads very slow after migration to wiredTiger
File uploads very slow after migration to wiredTiger
This issue only occurs when the storage type is GridFS and can be resolved by re-creating the index.
For docker installation, use the below commands to create the index:
docker exec -it mongodb mongo
use rocketchat
db.rocketchat_uploads.chunks.createIndex( { files_id: 1, n: 1 }, { unique: true } )
Related content
Images take forever to upload and render while using GridFS for MongoDB 4.X.X<
Images take forever to upload and render while using GridFS for MongoDB 4.X.X<
More like this
Running the Cloud import tool on a Multipod deployment
Running the Cloud import tool on a Multipod deployment
More like this
How to clear MongoDB to re-activate your workspace
How to clear MongoDB to re-activate your workspace
More like this
Importing your workspace from on-prem to Rocket.Chat Cloud
Importing your workspace from on-prem to Rocket.Chat Cloud
More like this
FATAL ERROR: Scavenger: semi-space copy Allocation failed - JavaScript heap out of memory
FATAL ERROR: Scavenger: semi-space copy Allocation failed - JavaScript heap out of memory
More like this