Skip to Main Content
AVEVA™ PI System™ Feedback Portal

Welcome to our new feedback site!


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.

Status No Status
Categories Data Archive
Created by Kenneth Barber
Created on Aug 20, 2022

Optimize the storage and retrieval of digital tags

Given that the archive file format is proprietary, this suggestion is me shooting in the dark. Disk compression compresses archive files very well, and my guess is that most of this compression occurs on the digital tags, since the number of possible values that they can take on is limited. In contrast, the number of possible values that a floating-point tag can have is huge, so there is not much opportunity for compression. Please consider optimizing the storage of digital tags so that their data takes up less space in the archive and can potentially be retrieved faster.
  • Attach files
  • Kenneth Barber
    Reply
    |
    Aug 20, 2022
    My other suggestions related to the archive file format: https://feedback.osisoft.com/forums/555148-pi-server/suggestions/18401782-64-bit-unix-time https://feedback.osisoft.com/forums/555148-pi-server/suggestions/40343131-optimize-and-compress-non-primary-historic-archive
  • Guest
    Reply
    |
    Aug 20, 2022
    The built in swinging door compression and by the user configuring the compression settings properly, digital tags are already fairly optimized for storage efficiency. Any further optimization may incur a penalty for decompression by the server itself or by the client. In addition, there are complexities associated with server side calculations of summaries, search functions and calculation functions. For example, FindLE, TagAvg, etc.
  • Kenneth Barber
    Reply
    |
    Aug 20, 2022
    Hi Stephen, Can you elaborate on what you mean by "configuring the compression setting properly"? I know that you can get great compression if you set excmax and compmax to be extremely high so then a value is recorded only when it changes, but a user might not want to do that so then they have events confirming that the value did indeed stay constant and that the PI Interface/PI Connector wasn't just turned off. When there are no events for a long time, you can't tell if they were dropped by exception and compression or not read at all. I was thinking that digital values could perhaps be stored as a list of timestamps for each possible value rather than storing events as pairs of timestamp and value, or something similar. Nothing too hardcore. If digital tags are already well optimized for storage, then why do you suspect that disk compression shrinks the archive files so much? The digital tags in the archives that I used use an excmax of 18 hours and have compression turned off.
  • Guest
    Reply
    |
    Aug 20, 2022
    Kenneth, Due to the structure of the archive files and what you have done with your PI Points (such as deleting a PI Point), the archive files may have unused space. You can contact tech support and they can help you understand if re-processing your archive files can reclaim some space. BTW, I'm not disputing that compression would decrease file size. In terms of digital tags, if the value doesn't change and you have Compression turned on, we don't store additional values unless CompMax has been reached. Imagine that you have a digital tag that hasn't changed for 24 hours and you have Compression turned on, and a CompMax of 8 hours, we would only store 4 events for the 24 hours of duration including the start and end of the 24 hours period. One at start, one at +8h, one at +16h, then lastly one at +24h.
  • Kenneth Barber
    Reply
    |
    Aug 20, 2022
    Hi Stephen, I actually already reprocessed all of our archive files in an attempt to save space. The % Full decreased by a few %, but since they are fixed-size archives, the size on disk didn't change. However, when I use disk compression on the files, most of the archives shrink to less than half of their original size. As I mentioned, our tags use an excmax of 18 hours, which should lead to pretty decent lossy compression, and yet even with that in place, the archives still compress very well losslessly. I'll take your advice and contact tech support. Right now I'm pointing the finger at digital tags with little evidence.
  • Guest
    Reply
    |
    Aug 20, 2022
    @Kenneth - I want to make sure I understand what you're describing. You're saying you Have ExcMax of 18 hours? If so, that's a setting on the interface (exception max) and not on the server. I don't think UserVoice is a proper forum to discuss what your particular PI Server configurations are. Perhaps in your tech support case, you can have a detailed discussion with our support personnel.
  • Kenneth Barber
    Reply
    |
    Aug 20, 2022
    As it turns out, the archives that I've been testing compress well mostly because of a high number of unused records: https://feedback.osisoft.com/forums/555148-pi-server/suggestions/33078940-reduce-archive-file-size-by-eliminating-unused-rec