Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Performance getFOILastObservation #35

Open
mpfeil opened this issue Jun 17, 2013 · 2 comments
Open

Performance getFOILastObservation #35

mpfeil opened this issue Jun 17, 2013 · 2 comments

Comments

@mpfeil
Copy link
Contributor

mpfeil commented Jun 17, 2013

Hi,

the performance of the getFOILastObservation is a bit slow, even slower than getFOIObservationInterval.
Every request is between 3 and 5 seconds.

What do you think can we improve it?

Cheers

@ghost ghost assigned albhasan Jun 18, 2013
@albhasan
Copy link
Contributor

I can try a cheap trick but there is no guarantee of improvement.

@albhasan
Copy link
Contributor

That query is composed of 3 nested queries. The cheap trick was to reduce the nested queries (to 2) but it turns out that instead of improving performace it worsened it.

@jimjonesbr Any ideas?

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

No branches or pull requests

2 participants