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

Partial table option for view tables when source table has the partial attribute?

Solved1.18K views11th July 2023DIS protocol
2
Kevin Vermeulen [SLC] [DevOps Member]552 20th May 2021 0 Comments

Hi,

I modified an protocol used for testing internally to use partial tables, using the following ArrayOptions attribute: partial=”true:200″>.

Initially I didn’t add the partial attribute to the view tables which refer to tables where you have the partial attribute. DIS also didn’t mark it as an error nor it gave an warning. The view tables are in the same element/protocol.

I was wondering if you have view tables in your protocol for tables that have the partial attribute, that these view tables also need to have the partial attribute or is this optional?

DIS and Protocol Dev guide should also then state this, since I didn’t find it immediately.

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

1 Answer

  • Active
  • Voted
  • Newest
  • Oldest
7
Laurens Moutton [SLC] [DevOps Enabler]8.74K Posted 20th May 2021 0 Comments

Hi,

The partial option is currently not supported for view tables.

To further elaborate on this:

To support proper paging, the DataMiner Agent hosting the view would have to know about all available entries matching the filter from all of the source elements, and then return just the information for the currently selected page.
That’s exactly what a view table was not meant for: a view is intended to gather information from multiple huge data sets without having all of that data in memory.
The only way to do consistent paging is for the view to have session information with a snapshot of all the matching rows for the filter being used, and then do paging on there.
If the number of rows is small (< 5000), it would be more efficient to just send them to the client in one go.
If the number of rows is large or huge, those session states would just cause high memory on the DataMiner Agent (also taking into account that sessions would be per client).
That makes it not straightforward or easy to support paging in table views.

Sub note: paging should only be considered for larger tables (e.g. with paging sizes of 1000, 2000, or even 5000 rows). Setting a page size to 200 is not realistic as a table of 1000 rows can still be displayed without a problem and it’s better then to leave the paging behind to have better performance.

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 11th July 2023
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