Differences between MongoDB, CouchDB, and MySQL

Source: Internet
Author: User
Keywords embedding writing high performance
Tags arrays automatic connectivity data differences document embedded embedding

MongoDB is an extensible, high-performance, open source NoSQL database, written in C + + language.

Characteristics of MongoDB

Document oriented

Documents (objects) map well to programming language data types

Embedded file and array reduction requires joins

Dynamic typing (modeless) facilitates schema evolution

No linking high performance and no easy to expand multi-document transactions

Performance

No connection and embedding makes reading and writing faster

Index of indexes that include keys from embedded documents and arrays

Optional stream write (not confirmed)

Indexes include indexes from embedded document and array keys

Optional stream Write (unacknowledged)

High Availability

Replication server for automatic master failover

Easy to scale

Automatic fragmentation (automatic segmentation of data across servers)

Read and write over fragment distribution

No joins or multiple document transactions make distributed queries fast and easy

Final consistent reads can be distributed across replication servers

Rich Query Language

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.