Access a Data Store

Procedure

  1. Access Configuration Hub.
  2. In the NAVIGATION section, under the Configuration Hub plugin for Historian, select Datastores. Alternatively, you can select Systems, right-click the system in which the data store is available (or select ), and then select Browse Data Stores.
    The Data Stores section appears.
  3. Select the data store that you want to access.
    The DETAILS section displays the following details of the data store.
    Table 1. General
    Field Description
    Data Store Name The name of the data store. A value is required and must be unique for the system.
    Description The description of the data store.
    State The current state of the data store:
    • Running: Indicates that the data store is actively storing data.
    (whether it is running). This field is disabled.
    Location The host name or IP address of the distributed location on which the data store has been created. This field is available only for a horizontally scalable system. It is disabled.
    Storage Type The storage type of the data store, which can be one of the following values:
    • Historical: Tags stored in a historical data store will store data as long as disk space is available. The maximum number of Historical data stores supported depends on the license.
    • SCADA Buffer: Tags stored under SCADA buffer data store will store data for a specific duration of time based on license.
    This field is disabled.
    System Default Storage Indicates whether the data store is a default one. If yes, while creating a tag, this data store will be used by default.
    Number of Tags The number of tags in the data store. For instructions on how to add a tag, refer to Add Tags for the Data Store Using Configuration Hub and Add a Tag Manually.
    Table 2. Archive Creation
    Field Description
    Automatically Create Archives Indicates whether you want to create an archive automatically after the current one is full. An archive file is considered full based on the size or duration you specify in the Create Archive By and the Archive Duration or Default Size fields.
    Overwrite Old Archives Indicates whether you want to overwrite an old archive file when a new one is created.

    If you enable this option, the oldest archived data is replaced with the latest one when the latest archive default size is reached. Since this action deletes historical data, exercise caution in using this feature. Be sure that you have a backup of the archive so that you can restore it later. Best practice is to create an additional archive to prevent premature loss of data due to overwriting. For example, if you want to save 12 months of data into 12 archives, create 13 archives.

    Create Archive By Indicates whether you want to create a new archive automatically after the current one reaches a specific size or after a specific duration. This field is enabled only if you switch the Automatically Create Archives toggle on.
    Select one of the following options:
    • Size: Select this option if you want to create a new archive when the current one reaches a specific size. Specify the size in the Default Size (MB) field (which appears only if you select Size).
    • Days or Hours: Select one of these options if you want to create a new archive after a specific duration. Specify the duration in the Archive Duration field (which appears only if you select Days or Hours).
    Default Size (MB) The default size of an archive after which a new one will be automatically created if you switch the Automatically Create Archives toggle on. The Default Size (MB) field appears only if you select Size in the Create Archive By field.
    Archive Duration The duration after which a new archive will be automatically created if you switch the Automatically Create Archives toggle on. The Archive Duration field appears only if you select Days or Hours in the Create Archive By field.
    Table 3. Maintenance
    Field Description
    Default Archive Path The default folder in which you want to create archives.
    Default Backup Path The default folder in which you want to place the backup archives.
    Base Archive Name A prefix that you want to add to all the archive files.
    Free Space Required (MB) Indicates the remaining disk space required after a new archive is created. If the available space is less than the requirement, a new archive is not created. The default value is 5000 MB.

    This field is not applicable to alarms and events archives. The alarms and events archiver will continue writing to the alarms and events archive until the drive is full. If this occurs, the alarms and events archiver will buffer incoming alarms and events data until the drive has free space. An error message is logged in the Historian message log.

    Store OPC Quality Indicates whether OPC data quality is stored.
    Use Caching Indicates whether caching is enabled. When reading data from the archiver, some data is saved in the system memory and retrieved using caching. This results in faster retrieval as the data is already stored in the buffer.
    Table 4. Security
    Field Description
    Data is Read-Only After (Hours) The number of hours for data to be stored in a read/write archive. After the time lapses, that portion of the archive file is automatically made read-only. Incoming data values with timestamps prior to this time are rejected. A single archive file, therefore, may have a portion made read-only, another portion that is read/write containing recently written data, and another that is unused free space.
    Generate Message on Data Update Indicates whether an audit log entry will be made any time the value of a previously archived data point is overwritten. This log entry will contain both the original and new values.
  4. As needed, modify values in the available fields.
  5. In the upper-left corner of the page, select Save.
    The data store is modified.