You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
The text was updated successfully, but these errors were encountered: