You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For tables with multiple telemetries added, combining data into the table is not performant. The datasets are combined individually, and each additional dataset takes exponentially longer than the last.
Expected vs Current Behavior
Tables should load and render rows in a reasonable amount of time
Steps to Reproduce
Create a telemetry table and add several telemetry endpoints (5 to 10)
Query a time period (start small) using the time conductor (fixed time is easier to observe and control amount of datapoints)
Observe time it takes for each dataset to render, shown by the rows count in the lower right of the table updating
Change time window to increase amount of datapoints if time to render each set of data is negligible
Can also compare to an overlay plot with same data for kicks
Environment
Open MCT Version:
Deployment Type:
OS:
Browser:
Impact Check List
Data loss or misrepresented data?
Regression? Did this used to work or has it always been broken?
Is there a workaround available?
Does this impact a critical component?
Is this just a visual bug with no functional impact?
Additional Information
The text was updated successfully, but these errors were encountered:
Summary
For tables with multiple telemetries added, combining data into the table is not performant. The datasets are combined individually, and each additional dataset takes exponentially longer than the last.
Expected vs Current Behavior
Tables should load and render rows in a reasonable amount of time
Steps to Reproduce
Environment
Impact Check List
Additional Information
The text was updated successfully, but these errors were encountered: