Hi Everyone,
I recently ran into a major performance issue where my document was taking 15-20 seconds to open. After doing some troubleshooting, I discovered the root cause: once I removed all of my native Summary tables, the document started opening instantly.
For context, I only have about 400 records in the source table. The fact that a few standard Summary widgets can cause a 20-second lag at such a small scale makes me really concerned about the long-term scalability of using them.
Is there an architectural reason why Summary tables have to be generated and maintained as actual, fully calculated backend tables rather than just acting as lazy-loaded visual reports that only run on demand?
I understand that treating them as real tables allows them to be queried by other formulas, but for users who only want to use them for UI visualization, the performance cost is massive.
Has anyone else run into this wall, and are there any future plans to introduce lightweight, view-only reporting widgets that don’t drag down the database?