Office365-REST-Python-Client
Office365-REST-Python-Client copied to clipboard
Faster way of reading large lists, is multithreading possible?
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)