MongoDB Driver Feature Check list

Source: Internet
Author: User
Tags mongodb driver

http://docs.mongodb.org/meta-driver/latest/legacy/feature-checklist-for-mongodb-drivers/

1. Basic (Essential)
-Bson Serialization/deserialization
-Basic Operation: query, INSERT, UPDATE, remove, Ensureindex, FindOne, limit, sort
-Get more data from the cursor (dbgetmore) when needed
-Sends the Killcursors action when the user using the cursor finishes the operation. To increase efficiency, you can send bulk
-Convert all strings to UTF-8
-Certification (authentication)

2. Recommendation (Recommended)
-Automatic generation of _id
-Support $cmd
-check {$err: ...} Response
-Automatically connect to the appropriate server when connected to the replica set
-The Ensureindex command should be cached to prevent excessive traffic
-Supports detecting the maximum size of Bson on a connection and allows users to insert documents larger than that size

3. More testimonials (more Recommended)
-GetLastError ()
-Count ()
-Eval ()
-Explain ()
-Hint ()
-$where
-File chunking (chunking)

4. More options (more Optional)
-AddUser ()
-Logout ()
-Allows the user to set Setslaveok () for the query
-Supports tailable cursors
-I/O buffer pool (in a programming language that implements garbage collection)

5. More options (more Optional)
-Connection Pool
-Automatic reconnection during connection failure
-Support for Dbref

MongoDB Driver Feature Check list

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.