We created this site to hear your enhancement ideas, suggestions and feedback about AVEVA products and services. All of the feedback you share here is monitored and reviewed by the AVEVA product managers.
To start, take a look at the ideas in the list below and VOTE for your favorite ideas submitted by other users. POST your own idea if it hasn’t been suggested yet. Include COMMENTS and share relevant business case details that will help our product team get more information on the suggestion. Please note that your ideas and comments are visible to all other users.
This page is for feedback specifically for AVEVA PI System. For links to our other feedback portals, please see the tab RESOURCES below.
Currently, the same file format is used for primary and non-primary historic archive files. This does not make much sense since the two types are used very differently.
For the primary archive:
Write operations should be fast since it is collecting data in real-time
Read operations should be fast since the most recent data is usually the most relevant
File size is not a concern since there is only 1 primary archive
For non-primary archives:
Write speed is not a concern since write operations are infrequent
Read operations should be fast because users may want to look for patterns over a long time range
File size is very important because there are many non-primary archives and they can quickly fill up a drive
Please consider optimizing each type of archive file for its use. This likely means having 2 different file formats, and it may mean retiring the current archive file format. When an archive shift occurs, the primary archive should be reprocessed into a non-primary archive. Just in case if anything goes wrong, an archive in the primary format would ideally be usable as a non-primary archive, but not necessarily the other way around.