Skip to content
This repository has been archived by the owner on Sep 7, 2022. It is now read-only.

DataTable pagination issues with large datasets #36

Closed
lastlegion opened this issue May 30, 2017 · 1 comment
Closed

DataTable pagination issues with large datasets #36

lastlegion opened this issue May 30, 2017 · 1 comment

Comments

@lastlegion
Copy link
Contributor

The DataTable is fairly slow on large datasets with response times 4-8 seconds. We need to look at optimized pagination strategy.

Table pagination and backend processing is fairly unoptimized right now since we make a call to .top(Infinity) on one of the dimensions to get the entire data.

dc-js/dc.js#966 is a useful resource to solve this.

@lastlegion
Copy link
Contributor Author

Will be solved with #53

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant