When will rethinkdb return a cursor
问题 I notice that r.table('xxx') not always return a cursor but also sometimes just return docs directly Is the cursor client side implementation only or there are some special things server did to perform queries associate with a cursor ? If it has somethings related to server , what is it and when will I receive a cursor For example I specify result offset and size with skip and limit in the query. Will server return a cursor or just result docs ? 回答1: A driver returns a cursor when the query