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

MySamplerStream slow on busy channels #21

Closed
apcarp opened this issue Nov 14, 2023 · 1 comment
Closed

MySamplerStream slow on busy channels #21

apcarp opened this issue Nov 14, 2023 · 1 comment

Comments

@apcarp
Copy link
Contributor

apcarp commented Nov 14, 2023

The MySamplerStream is very slow on busy channels when compared to the command line application. This is because jmyapi takes the approach of streaming all data through the application where it is sampled instead of repeatedly querying the database for each sample point. Streaming is much faster for channels that have slower update rates, but repeated queries are faster if the channel has lots of updates per sample.

ILM1A04Lc is an example of a very busy channel. It updates around 10 Hz.

For more details see JeffersonLab/myquery#19.

@apcarp
Copy link
Contributor Author

apcarp commented Nov 30, 2023

Addressed in version 9.0.0

@apcarp apcarp closed this as completed Nov 30, 2023
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

1 participant