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
  • Blog
  • Questions
  • Learning
    • E-learning Courses
    • 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
    • Tutorials
    • 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
    • DataMiner Insights
      • Security
      • Integration Studio
      • System Architecture
      • DataMiner Releases & Updates
      • DataMiner Apps
    • 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
  • Downloads
  • More
    • Feature Suggestions
    • Climb the leaderboard!
    • Swag Shop
    • Contact
      • General Inquiries
      • DataMiner DevOps Support
      • Commercial Requests
    • Global Feedback Survey
  • PARTNERS
    • All Partners
    • Technology Partners
    • Strategic Partner Program
    • Deal Registration
  • >> Go to dataminer.services

Increase timeframe records of the dataavg table – Central Database

Solved1.07K views17th July 2023
0
Javier Gordon30 15th February 2022 0 Comments

Good Morning,

We want to know it iss possible to increase timeframe records of the dataavg table, on the configuration of the dataminer - central database we only had three options:

Offload: All timefrane records (5 minutes, 60 minutes)
Only short timeframe records (5 minutes)
Only long timeframe records (60 minutes)

For example if we can execute the offload of the table every 15 mins, 30 mins or the time that we want.

Regards

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 17th July 2023

4 Answers

  • Active
  • Voted
  • Newest
  • Oldest
2
Brent Alleweireldt [SLC]1.53K Posted 15th February 2022 0 Comments

Hey Javier,

The dropdown you mentioned relates to the type of trendpoint you want to offload. It has no relation or impact on the interval when the data will be actually offloaded.

To set the interval to i.e. 15 minutes, simply fill in 15 in the "Set the offload interval (in minutes) to"-option. See: Configuring the offload rate

Do note this applies to the whole dataset, it is not possible to configure this on a table by table basis.

If however you want to alter the window used for the average calculation, for example use 15 minutes worth of trending to calculate an average trendpoint, then you need to alter the trendwindow property for the trending module. This is described in the MaintenanceSettings.xml

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 17th July 2023
0
Javier Gordon30 Posted 16th February 2022 0 Comments

Good Morning Bent,

Thanks for the information, so in our configuration the data will be oflload on this way:

Set the offload interval (in minutes) to 5 mins (Image 1), and on the table data the data will be uploaded every 30 mins and on table dataavg the data will be uploaded every 60 mins (Image 2),

On the table data every 30 mins will updated the information for example of the 12:55 pm, 01:00 pm, 01:05 pm etc, is that the function of the configuration? The same case for dataavg just for 60 mins?

Regards

Javier Gordon Answered question 16th February 2022
0
Javier Gordon30 Posted 15th February 2022 1 Comment

What will be the funcionality of this options (on yellow).

Brent Alleweireldt [SLC] Posted new comment 16th February 2022
Brent Alleweireldt [SLC] commented 16th February 2022

Hey Javier,

The Offload Once every minutes. Decides how often these values are generated. It is meant to be able to collect the data without being tied to when the data is actually pushed to the central DataBase. As an example you set the general offload time to 5 minutes and the trend data offload to 7 minutes (starting at 12:00:00). then the following cycle will happen
12:05- Offload timer fires, no trend data has been generated so it is not uploaded
12:07-trend data has been generated but not uploaded
12:10-Data is uploaded (included the 12:07 trend data)
12:14-new set of trend data is generate but not uploaded.
12:15-Data is uploaded to the db
….

The second setting you highlighted relates to average trending. You can choose there which average trendpoints you want.
(short 5-minutes) are gnerated by the system every 5 minutes
(long 60-minutes) are generated once every hour.
Just like the previous example this is when the data is generated, not when it is uploaded. So to reuse the example, only offloading the long timeframes, with an offload rate of 5 minutes will create the following cycle
12:00:00-trend data is generated and uploaded
12:05:00-Data is pushed to the central DB but no new avg trending is present
12:10:00-Data is pushed to the central DB but no new avg trending is present
12:15:00-Data is pushed to the central DB but no new avg trending is present
….
13:00:00-trend data is generated and uploaded

I hope this clarifies the questions a bit

0
Javier Gordon30 Posted 15th February 2022 1 Comment

Good Afternoon Bent,

So, if we had set the offload interval (in minutes) to 5 (Like the image):

The offload of the tables data and dataavg will be on 5 minutes?

Which is the funcionality of the Tren data enable options with the time?

Regards

Brent Alleweireldt [SLC] Posted new comment 16th February 2022
Brent Alleweireldt [SLC] commented 16th February 2022

Hi Javier,

The offload interval (5 minutes) is when the data is uploaded to the database.
The time options under trend data is when a new dataset will be generated and queued for pushing to the central DB.

So in this example: the following timeline should happen
12:55:00- short avg window generated and is uploaded to the central DB. (no trend data queued, no Long window queued)
13:00:00-long and short avg window generated and queued and data is uploaded to the DB. (no trend data queued)
13:05:00-short avg windows generated and queued, queued data is uploaded to the DB. (no trend data queued, no long avg queued)
13:10:00-short avg windows generated and queued, queued data is uploaded to the DB. (no trend data queued, no long avg queued)
13:15:00-short avg windows generated and queued, queued data is uploaded to the DB. (no trend data queued, no long avg queued)
13:20:00-short avg windows generated and queued, trend data generated and queued, queued data is uploaded to the DB. (no long avg queued)

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

Recent questions

Web Applications exception in Cube due to invalid certificate 0 Answers | 0 Votes
Redundancy Groups and Alarming – Duplicate Alarms 0 Answers | 0 Votes
Correlation Engine: “Test rule” doesn’t result in a hit, despite functional rule 1 Answer | 3 Votes

Question Tags

adl2099 (115) alarm (62) Alarm Console (82) alarms (100) alarm template (83) Automation (223) automation scipt (111) Automation script (167) backup (71) Cassandra (180) Connector (109) Correlation (69) Correlation rule (52) Cube (151) Dashboard (194) Dashboards (188) database (83) DataMiner Cube (57) DIS (81) DMS (71) DOM (140) driver (65) DVE (56) Elastic (83) Elasticsearch (115) elements (80) Failover (104) GQI (159) HTTP (76) IDP (74) LCA (152) low code app (166) low code apps (93) lowcodeapps (75) MySQL (53) protocol (203) QAction (83) security (88) SNMP (86) SRM (337) table (54) trending (87) upgrade (62) Visio (539) Visual Overview (345)
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

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin