I have a cursor with multiple records, and each record has a unique “_id” column plus other columns.
I want to know if it is possible to retrieve a particular record with a specified _id, widout iterating over all d records?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
no, Cursor is a resultset, you can perform join operation on cursor, but can’t access records by values.