...
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 |
---|
name | ES regions queries comparison.xlsx |
---|
|
JSONs with results of tests:
View file |
---|
name | Ecoplots ES queries (shared).postman_test_run_normalrun0.json |
---|
|
View file |
---|
name | Ecoplots ES queries (shared).postman_test_run_run0all.json |
---|
|
View file |
---|
name | Ecoplots ES queries (shared).postman_test_run_allinverse.json |
---|
|
View file |
---|
name | Ecoplots ES queries (shared).postman_test_run_inversenverse2.json |
---|
|
POSTMAN queries (collection) → Importable to Postman by anyone.
View file |
---|
name | Ecoplots ES queries (shared).postman_test_run_nverse2collection.json |
---|
|
Info |
---|
Not nested regions is slighly faster in most of the executions |
POSTMAN queries
...