Optimize list gid gets
Closed this issue · 1 comments
MRossol commented
Why this feature is necessary:
Currently when a list of gids is requested the range of the list is extracted which is inefficient.
A possible solution is:
Break the list up into sub-lists that have a np.diff value < the chunk size. Request each list in series and then combine
Charge code
?
Urgency / Timeframe
?