archiver-appliance / epicsarchiverap

This is an implementation of an archiver for EPICS control systems that aims to archive millions of PVs.
Other
38 stars 37 forks source link

Return metafields as part of the GetDataAtTime retrieval call #134 #247

Open slacmshankar opened 3 days ago

slacmshankar commented 3 days ago

Changed GetDataAtTime significantly Add a new bidirectional interface Eliminated the mgmt call as part of GetDataAtTime in favor of a Hz query Hence, upgrade hz as part of this commit Will consider switching to this for other calls as well. We should be able to support a higher concurrent users for the GetDataAtTime call simply by using a higher Hz query thread count