Versions Compared

Key

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

...

Code Block
{
    "aggs": {
        "regions": {
            "terms": {
                "field": "regions",
                "include": "http://linked.data.gov.au/dataset/bioregion\\|.*"
            }
        }
    },
    "size": 0,
    "track_total_hits": true
}
Requests time stats

Summary Excel:

View file
nameES regions queries comparison.xlsx

JSONs with results of tests:

View file
nameEcoplots ES queries (shared).postman_test_run_normalrun0.json
View file
nameEcoplots ES queries (shared).postman_test_run_run0all.json
View file
nameEcoplots ES queries (shared).postman_test_run_allinverse.json
View file
nameEcoplots ES queries (shared).postman_test_run_inversenverse2.json

POSTMAN queries (collection) → Importable to Postman by anyone.

View file
nameEcoplots ES queries (shared).postman_test_run_nverse2collection.json

Info

Not nested regions is slighly faster in most of the executions

POSTMAN queries

...