Slow on adding user to group (2000+ passwords)

Hello,
We use Pro Business version:
2.14.0
Sunshine

Hosted on kubernetes cluster at digitalocean.
The process of adding new user to group which has around 2k passwords+ takes around 10 mins.

su -s /bin/bash -c “./bin/cake passbolt cleanup --dry-run” www-data

 ____                  __          ____
/ __ \____  _____ ____/ /_  ____  / / /_

/ // / __ `/ / / __ / __ / / _/
/ / // ( |
) /
/ / /
/ / / /
/
/ _
,
/
//./_//__/

Open source password manager for teams

Cleanup shell (dry-run)

No issue found, data looks squeaky clean!

Is this a normal behavior or we can tune a bit the mysql ? We haven’t touched the default configuration.

Thanks in advance!

hello @pavel,

Unfortunately this is quite normal performance at the moment.
You need to encrypt + sign around 2000 messages so it takes some time.
We’ll investigate if we can speed this up in the future (like parallelizing encryption + sending data to the server) but for now it is what it is.

Best,