Elastic Search Aggregations Slow

I don't know what could be the impact. You need to test it on another server.

But as you may have seen in the documentation, to run this operation, you must block the index for write operations.

PUT /idx-discoveryproduct/_settings
{
  "settings": {
    "index.blocks.write": true 
  }
}

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.