Slow performance for map_aggregates query for all wells

It seems to take up to 2 minutes to get a list of all wells. Query:

{
  "fulltext": "*",
  "aggregates_count": 10000,
  "start": 0,
  "count": 10000,
  "metadata": {},
  "full_results": false,
  "map_aggregates": true,
  "facets": [
    "ResourceType"
  ],
  "GeoLocation": {
    "type": "Polygon",
    "coordinates": [
      [
        [
          -151.87499999999994,
          -53.10633730864091
        ],
        [
          151.87499999999994,
          -53.10633730864091
        ],
        [
          151.87499999999994,
          53.106337308641066
        ],
        [
          -151.87499999999994,
          53.106337308641066
        ],
        [
          -151.87499999999994,
          -53.10633730864091
        ]
      ]
    ]
  }
}