mongoengine 은 쿼리 효율을 위해서 기본적으로 한번 조회한 결과 값을 queryset 에 캐시한다. projects = Project.objects.all()# This is Queryset [project for project in projects]# At this time, mongoengine get results and cached in Queryset # 2021-07-27T10:55:19.726024+09:00 QUERY 0ms | {'find': 'project', 'filter': {}, 'lsid': {'id': Binary(b'\xfa\x94_\xd2\x9b\x0fC8\x828s\x14\x06u\x1ab', 4)}, '$clusterTime': {'clusterTime': Ti..