pymaid icon indicating copy to clipboard operation
pymaid copied to clipboard

Paginate get_entity_graph response as it's very slow

Open clbarnes opened this issue 2 years ago • 1 comments

The request takes a parameter range_start and another range_length. The response object contains a totalRecords integer.

We should make 1 request of a small number of entities (1000 or so), read the number of total records, and then parallelise getting all the rest.

clbarnes avatar Dec 21 '22 13:12 clbarnes

I had a go at this but it seemed to drop some rows between pages.

clbarnes avatar Apr 27 '23 14:04 clbarnes