>Before going further with the proposal to filter,
>let's check the performance is actually network bound.
Even if we stream all data from the archiver, it's helpful if these
structures are computed. For creating a plot, for example, one typically
needs to do that... if you are zooming in and out, for example, you will
typically _want_ all data to be on your client, but still create the
statistical information to be displayed... So, we need the data
structure definition, and I assume it's the VStatistical...
>>What about strings, enums, waveforms?
>Suggest not doing strings. Enums as ints.
You can't average enums as ints... Statistical information for Strings
and enums is histograms. Whether we want to support them or not I don't
know... For graphing purposes, I'd probably want to plot both values at
the same time slot.
Gabriele
|