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
    • 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
    • DataMiner Insights
      • Security
      • System Architecture
      • DataMiner Releases & Updates
    • 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

Maximum number of table rows

Solved1.10K views16th August 2023
2
Carys Blackburn [DevOps Advocate]597 14th August 2023 0 Comments

Hello, I have a table that is being populated by an API endpoint (using FillArray), is there a maximum number of rows that a table can have?

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 16th August 2023

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
4
Ive Herreman [SLC] [DevOps Enabler]13.55K Posted 14th August 2023 1 Comment

Hi Carys,

There isn’t really a hard limit.
However, if the table contains a large number of rows (e.g. more than 2000) it could cause problems for the client systems to load and present all data.

In such cases, it’s better to add the partial option to your table, so only the first x number of rows (1000 by default) are loaded in the UI.

Floris Cockaerts [SLC] [DevOps Advocate] Posted new comment 17th August 2023
Floris Cockaerts [SLC] [DevOps Advocate] commented 17th August 2023

Just to put some numbers out there, although there are plenty of performance and memory complications when going to 100K rows and above, there is currently a limit at 2^32-1 where the software will not be able to correctly store and retrieve data in its data structures, even when running the 64-bit version of SLProtocol.

1
Andries Deklerck [SLC] [DevOps Member]492 Posted 14th August 2023 0 Comments

Hi

Have a look at the Data Handling page.

There you will find some basic guidelines with very large tables:

  • Performing sets (FillArray):
    • Try to stay below 20 000 cells in 1 set, except if the content of a cell is a 20 MB string or something equally large, in which case you should split up more.
    • Avoid setting more than 1000 rows at a time. If your table is larger than 1000 rows, use multiple sets per 1000 to improve performance.
Andries Deklerck [SLC] [DevOps Member] Answered question 14th August 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