Office365-REST-Python-Client icon indicating copy to clipboard operation
Office365-REST-Python-Client copied to clipboard

Faster way of reading large lists, is multithreading possible?

Open usilveiraprogen opened this issue 3 years ago • 0 comments

Is it possible to implement multithreading when extracting items from a large list? I looked into but I believe the next URL requests would stack and maybe the same page would be called.

Because adding Attachments calls to the list items makes it massively slow (each item also has a Attachment file request)

usilveiraprogen avatar May 17 '22 17:05 usilveiraprogen