mongoengine icon indicating copy to clipboard operation
mongoengine copied to clipboard

some questions that users are confused about

Open 841020 opened this issue 2 years ago • 0 comments

Hi there

this is not issue Just some questions that users are confused about

so my question list is here 1.Whether the query to the database has been completed after the QuerySet object is initialized? 2. i knew method like first/ get/ __getitem__/ __iter__/ __next__ basically is iterate QuerySet object (same as iterate self._cursor) so what is self._cursor mean? i knew self._cursor implement object cache in BaseQuerySet class , is self._cursor already executed query from database? or when i iterate it , it will keey query database every time?

I hope the answer can tell me clearly, at what stage are mongoengine executing the query in mongodb

841020 avatar May 05 '22 09:05 841020