You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Maybe I misunderstood something, but how? Aren't cursor:next and pairs methods, which generates query to db on each record, instead of getting all needed by one request? col:getmore seems to be right method, which will return any number of recs, but my cursor id somehow always is false
The text was updated successfully, but these errors were encountered:
Maybe I misunderstood something, but how? Aren't cursor:next and pairs methods, which generates query to db on each record, instead of getting all needed by one request? col:getmore seems to be right method, which will return any number of recs, but my cursor id somehow always is false
The text was updated successfully, but these errors were encountered: