Bad performance with my data #286
Unanswered
epicmau5time
asked this question in
Q&A
Replies: 1 comment
-
The performance and data volume of the table is related to the complexity of the final rendered DOM, not to the data type. |
Beta Was this translation helpful? Give feedback.
0 replies
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
-
Was wondering if the type of data impacts the performance negatively. Reason I ask is that I used the fake data, duplicated it a ton of times, virtualized the table and added the same amount of columns to mirror my real data. The performance with your fake data is far faster than my data using the same dimensions (number of rows, number of columns).
My data is primarily text based, real-estate data, so think, addresses, number of rooms, sale price, number of stories, etc. No matter what optimizations I try to make, when I use my data it's slower.
Beta Was this translation helpful? Give feedback.
All reactions