Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DataTableView should fetch data in chunks #727

Closed
benjeffery opened this issue Nov 22, 2016 · 0 comments
Closed

DataTableView should fetch data in chunks #727

benjeffery opened this issue Nov 22, 2016 · 0 comments
Assignees

Comments

@benjeffery
Copy link
Member

benjeffery commented Nov 22, 2016

Currently fetches what is needed for the view.
This makes subsequent pages slow and resizing causes many fetches, it is also cache unfriendly.
Prob fetch ~1000 rows per block - cope with regions overlapping boundaries by fetching containing set from eg:
0 - 1000
500 - 1500

Then only switching to a new set when the current one doesn't cover the needed range.

https://github.com/malariagen/panoptes-ag1000g/issues/239

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

No branches or pull requests

1 participant