|
|
|
|
|
by simion314
895 days ago
|
|
Hope I do not misunderstand your comment, but I think the point is not that you use millions of rows but that you should be able to use all of your rows/data without having to use pagination as a workaround to hide the problem that the GUI is incapable to render too many rows at once. Imagine having such a terrible UX while editing a large source code files, the editor loads only 20 lines then you need to click a button or scroll down to load the next 20 lines, search would also be slow since it would do a request to the backed. Sorry again if I missunderstood your comment, its not super clear to me what was your point. |
|
And I don't mean this as an attack. I presume there are some techniques that I just don't know. Or data sets I just don't typically interact with.
For the ones I am used to, aggregates are key to working with them. That and graphical visualizations. (Though, it is frustrating how many visualizations can be reduced quickly to "top N" or similar.)