Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Steps:

Create a namespace with bugfest dataset

...

As indexation is a heavy process that has a high CPU and memory resources consumptions, it is required (and strongly recommended) to scale up the shared OpenSearch AWS service.

r6g.xlarge → r6g.2xlarge

Scale-up backend modules

For better performance, please scale up backend modules.

...

  • mod-search (1 → 4)
  • mod-inventory-storage (1 → 2)

Pic. 1 2 Example "Backend module scale up"

Start index

After completion of all pre required steps, trigger index with POST Postman request.

URI: /search/index/inventory/reindex

Body: 

Code Block
languagegroovy
{
  "recreateIndex": true,
  "resourceName": "authority"
}

Adjust indices settings

Wait for complete

...