You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: