Performance slows on MongoDB SRP site

Slow performance on MongoDB SRP site

The getCount calls used by pages loading comments are very slow due to missing compound index.

Resolution

  1. Log in to Mongo shell or another mongo shell tool such as RoboMongo.

  2. Access the SRP database, for example, the shell command use: 

    use aem-msrp

  3. Run this MongoDB shell command against the database to create an index in the background: 

    db.content.createIndex({ parent_id_s: 1, base_type_s : 1 }, { background: true })

Lưu ý:

Make sure to run the command during low traffic hours as this creates the index while the system is in use.  For more details on background index creation, see MongoDB docs.

 Adobe

Nhận trợ giúp nhanh chóng và dễ dàng hơn

Bạn là người dùng mới?

Adobe MAX 2024

Adobe MAX
Hội thảo sáng tạo

14–16/10 Bãi biển Miami và trực tuyến

Adobe MAX

Hội thảo sáng tạo

14–16/10 Bãi biển Miami và trực tuyến

Adobe MAX 2024

Adobe MAX
Hội thảo sáng tạo

14–16/10 Bãi biển Miami và trực tuyến

Adobe MAX

Hội thảo sáng tạo

14–16/10 Bãi biển Miami và trực tuyến