Skip to content
This repository has been archived by the owner on Dec 16, 2022. It is now read-only.

Document performance benchmarks in registry app docs #85

Closed
jordanpadams opened this issue Sep 29, 2020 · 1 comment
Closed

Document performance benchmarks in registry app docs #85

jordanpadams opened this issue Sep 29, 2020 · 1 comment
Assignees

Comments

@jordanpadams
Copy link
Contributor

No description provided.

@tloubrieu-jpl
Copy link
Contributor

On pds-dev-es[123] cluster with 1 milions record, the following request works in

less than 1 second:
GET http://localhost:9200/registry/_doc/urn:nasa:pds:orex.ocams:data_raw:20190702t072824s852_pol_l0pan.fits::1.0

less that 2 seconds:
GET http://localhost:9200/registry/_search
{
"query": {
"match": {
"orex/OCAMS_Instrument_Attributes/orex/cur_motor": "5"
}
}
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants