Limitations of Snapshot Table Views - Precisely_EnterWorks - EnterWorks - 11.0

EnterWorks Guide

Product type
Software
Portfolio
Verify
Product family
EnterWorks
Product
Precisely EnterWorks
Precisely EnterWorks > EnterWorks
Version
11.0
Language
English
Product name
Precisely EnterWorks
Title
EnterWorks Guide
Copyright
2024
First publish date
2007
Last updated
2025-01-07
Published on
2025-01-07T07:44:20.997000

Snapshot table views have the following limitations:

  • Snapshot tables should be rebuilt during non-business hours. Depending on the number of records being processed, rebuilding, dropping, or populating a snapshot table can take a significant amount of time, during which system performance may be impacted and data in the table may not be an accurate copy of the repository's attribute values. To prevent system slow-down and the accidental use of unreliable data, manage snapshot tables during non-business hours.
  • If an attribute's value is invalid, it will appear as NULL in a snapshot table. Snapshot table columns are typed for the datatype defined for the attribute in the repository's profile. Therefore, a snapshot table column can only hold data appropriate to its type. If an attempt is made to store an attribute value in a snapshot table that does not match its defined datatype or if the value is otherwise invalid, the value NULL will be stored.
  • If there are many attributes in the snapshot table, it can take longer to update the repository. When an attribute in a snapshot table is updated, it is updated in two places, in the repository record and the snapshot table. If a lot of attributes in the snapshot table need to be updated at once, it may affect system performance.
  • Main snapshot tables are limited by the database's constraints of 1022 columns and 8060 bytes per row. Category attribute (or vertical) snapshot tables can be used if you have more than 1022 attributes you want stored in a snapshot table.
  • Snapshot tables are read-only.
  • Snapshot tables are volatile. A number of data model changes can cause a snapshot table to be rebuilt, which can affect permissions granted to users to access the table.
  • If you define your own views on top of a snapshot table view, if the snapshot table gets rebuilt, you will lose your views. You need to have a process in place to rebuild your views.
  • The snapshot table indexes you define through the EnterWorks UI are on individual attributes. If you need composite indexes, you have to define them separately from EnterWorks, though there are tools in Services Framework for helping maintain composite indexes.
  • If the snapshot table gets rebuilt, your composite indexes will not be rebuilt automatically.
  • Multi-language category attributes must be included in the main snapshot table in order for the multi-language snapshot table values to be kept. They will not be built from the category attribute snapshot table; you have to explicitly add them to the main snapshot table.