EPICS Controls Argonne National Laboratory

Experimental Physics and
Industrial Control System

1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  <20102011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024  Index 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  <20102011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
<== Date ==> <== Thread ==>

Subject: RE: archiving system
From: "Kasemir, Kay" <[email protected]>
To: Patrick Thomas <[email protected]>, "[email protected]" <[email protected]>
Date: Tue, 28 Sep 2010 20:30:15 -0400
Hi:

>How do the various archiving systems compare if one needs to see all the
>changes for 50,000 channels or more over a relatively short period of time?

The Channel Archiver, be it the one based on binary files or on an RDB, has no tools to help you with that.
One problem might also be that you probably don't exactly know what you're looking for.
I assume a scenario is that something happened, and now you want to figure out why, grasping at straws in the form of PVs that changed at some time.

For the file based Channel Archiver, you would have to create such a tool in C++, and I think it would be reasonably hard.

With the RDB-based Channel Archiver, most people who know something about databases could use basic SQL to look around, for example:
How many PVs did change?
->  SELECT count(*) FROM sample WHERE smpl_time BETWEEN ? AND ?

Then you could get their names, and once you think you have those 10 names that you're interested in, you can drag/drop the names from for example SQL Explorer where you try those SQL statements iinto the CSS Data Browser to view the data in there.

-Kay

Replies:
RE: archiving system james.rowland
References:
archiving system Dirk Martin
Re: archiving system Ralph Lange
RE: archiving system james.rowland
Re: archiving system John William Sinclair
Re: archiving system Patrick Thomas

Navigate by Date:
Prev: Re: archiving system Patrick Thomas
Next: Re: CALC expression Tim Mooney
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  <20102011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
Navigate by Thread:
Prev: Re: archiving system Patrick Thomas
Next: RE: archiving system james.rowland
Index: 1994  1995  1996  1997  1998  1999  2000  2001  2002  2003  2004  2005  2006  2007  2008  2009  <20102011  2012  2013  2014  2015  2016  2017  2018  2019  2020  2021  2022  2023  2024 
ANJ, 29 Sep 2010 Valid HTML 4.01! · Home · News · About · Base · Modules · Extensions · Distributions · Download ·
· Search · EPICS V4 · IRMIS · Talk · Bugs · Documents · Links · Licensing ·