如果我的收藏有10条记录.
my $records = $collection->find; while (my $record = $records->next){ do something; }
mongodb服务器有十次往返吗?
如果是这样,有没有办法将其限制为一次往返?
谢谢.