Skip to content
DataMiner DoJo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • Video Library
    • Books We Like
    • >> Go to DataMiner Docs
  • Expert Center
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Markets & Industries
      • Media production
      • Government & defense
      • Content distribution
      • Service providers
      • Partners
      • OSS/BSS
    • Agile
      • Agile Webspace
      • Everything Agile
        • The Agile Manifesto
        • Best Practices
        • Retro Recipes
      • Methodologies
        • The Scrum Framework
        • Kanban
        • Extreme Programming
      • Roles
        • The Product Owner
        • The Agile Coach
        • The Quality & UX Coach (QX)
    • DataMiner DevOps Professional Program
      • About the DevOps Program
      • DataMiner DevOps Support
  • Downloads
  • More
    • DataMiner Releases & Updates
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Volatile tables in EPM solutions

Solved542 views13th February 2024EPM volatile
5
Tiago Pina [SLC] [DevOps Advocate]394 6th February 2024 0 Comments

According to the documentation Persisting tables | DataMiner Docs, volatile tables should not use foreign keys. However, does this guideline apply to EPM solutions? Foreign keys are used to link the different layers in the topology. Furthermore, after new provisioning, it is not guaranteed that the foreign key values will remain consistent with the previous ones.

Thank you

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 13th February 2024

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
1
Laurens Moutton [SLC] [DevOps Enabler]8.74K Posted 12th February 2024 0 Comments

Hi Tiago,

It is not advised to use the volatile option in tables that are part of the topology because typically primary keys and foreign keys need to be maintained to preserve alarming and trending capabilities. This ensures when an element with an alarm is restarted, that existing alarm are preserved in the alarm tree. Else this could result that an alarm gets created, the operator takes ownership, or masks the alarm, but then the element gets restarted so this means that a new alarm gets generated in a new alarm tree and the operator needs to confirm the alarm again.

Note that provisioning should not assign different IDs to existing entities. Otherwise, we get into the scenario described above, compromising trending and alarming. Furthermore, smart baseline and analytics (AI) calculations cannot work optimally if a different ID is used every time for existing entities.
Also, when different IDs get generated every time and are re-used it could result into strange behaviour as typically a table is using “naming”. E.g. day 1, row “A” gets ID “1”, row “B” gets ID “2”, row “C” gets ID “3”. If on day 2 row “A” is removed and new IDs are generated then row “B” gets ID “1”, row “C” gets ID “2”. If then trending is requested for row “B” it will request trending for ID “2”, which means a trend graph will be shown with the trending of row “A” from day 1 and trending of row “B” from day 2.

However, the volatile option may be used in tables not part of the topology and are not alarmed nor trended, such as those for downstream frequencies. In that case, do not specify the foreignkey option, but instead create a filter that displays the (frequency) table filtered on the device id column when a device gets selected from the topology UI.

Regards,

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 13th February 2024
Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs