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

Performance fix for loading data into paged table. #84

Merged
merged 1 commit into from
Oct 10, 2016
Merged

Conversation

qimingj
Copy link
Contributor

@qimingj qimingj commented Oct 10, 2016

Currently when user clicks next page on a paged table, it downloads ALL data for
that table which makes it very slow on clicking "next page" the first
time. Also it consumes memory unexpectedly. The fix adds the offset and
count to the query so only the data needed is downloaded.

when user clicks next page on a paged table, it downloads ALL data for
that table which makes it very slow on clicking "next page" the first
time. Also it consumes memory expectedly. The fix adds the offset and
count to the query so only the data needed is downloaded.
@qimingj qimingj merged commit 6347a7d into master Oct 10, 2016
@qimingj qimingj deleted the pagedtableperf branch October 10, 2016 18:55
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants