mongo-python-driver/gridfs
Shane Harvey 8069e13232 PYTHON-1721 Improve GridFS file download performance (#413)
This change uses a cursor to download all the chunks in a GridFS file
instead of using individual find_one operations to read each chunk.
Detect truncated/missing/extra chunks in _GridOutChunkIterator.
Only detect extra chunks after reading the final chunk, not on every
call to read().
Retry once after CursorNotFound for backward compatibility.

(cherry picked from commit 956fd92e82)
2019-03-13 15:48:38 -07:00
..
__init__.py PYTHON-1721 Improve GridFS file download performance (#413) 2019-03-13 15:48:38 -07:00
errors.py Fix up copyright dates. 2015-03-25 11:55:02 -07:00
grid_file.py PYTHON-1721 Improve GridFS file download performance (#413) 2019-03-13 15:48:38 -07:00