We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81779c commit fc4ba85Copy full SHA for fc4ba85
django_mongodb_backend/compiler.py
@@ -260,7 +260,6 @@ def execute_sql(
260
else:
261
return self._make_result(obj, self.columns)
262
# result_type is MULTI
263
- cursor.batch_size(chunk_size)
264
result = self.cursor_iter(cursor, chunk_size, self.columns)
265
if not chunked_fetch:
266
# If using non-chunked reads, read data into memory.
docs/source/releases/5.1.x.rst
@@ -11,6 +11,7 @@ Django MongoDB Backend 5.1.x
11
the ``base_field`` uses a database converter.
12
- Fixed ``RecursionError`` when using ``Trunc`` database functions on non-MongoDB
13
databases.
14
+- Improved ``QuerySet`` performance by removing low limit on server-side chunking.
15
16
5.1.0 beta 3
17
============
0 commit comments